commit | 824adbea2d8d78f626f32d5b7900121fdebf6937 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Thu Oct 08 09:16:27 2009 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:51 2015 +0100 |
tree | 658c888eaa097651c10261e31f78bd97be26dd19 | |
parent | 96f91aefc06477e73d0e93008b51fc6e87fa2bc4 [diff] [blame] |
[pim] Hooks for ssmpingd support
diff --git a/pimd/pim_ssmpingd.h b/pimd/pim_ssmpingd.h index 32563ae..4bef20b 100644 --- a/pimd/pim_ssmpingd.h +++ b/pimd/pim_ssmpingd.h
@@ -32,7 +32,7 @@ struct ssmpingd_sock { int sock_fd; /* socket */ struct thread *t_sock_read; /* thread for reading socket */ - struct in_addr source; /* source address */ + struct in_addr source_addr; /* source address */ int64_t creation; /* timestamp of socket creation */ int64_t requests; /* counter */ };