diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-14 20:17:46 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-14 06:45:03 +0100 | 
| commit | 29fd9fca45394602f0ff4358d1fa05c8f1867412 (patch) | |
| tree | 5a4b5e22f23dc306d26d8768742a8196ec749399 /pimd/pim_pim.h | |
| parent | 2b844385dc5fcd26dd5dd816d25bb1090435fe3e (diff) | |
pim6d: IPv6-adjust pim_msg_send() and related
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_pim.h')
| -rw-r--r-- | pimd/pim_pim.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_pim.h b/pimd/pim_pim.h index b9fdb14dc0..1931e8cee8 100644 --- a/pimd/pim_pim.h +++ b/pimd/pim_pim.h @@ -56,8 +56,8 @@ void pim_hello_restart_triggered(struct interface *ifp);  int pim_pim_packet(struct interface *ifp, uint8_t *buf, size_t len); -int pim_msg_send(int fd, struct in_addr src, struct in_addr dst, -		 uint8_t *pim_msg, int pim_msg_size, const char *ifname); +int pim_msg_send(int fd, pim_addr src, pim_addr dst, uint8_t *pim_msg, +		 int pim_msg_size, const char *ifname);  int pim_hello_send(struct interface *ifp, uint16_t holdtime);  #endif /* PIM_PIM_H */  | 
