diff options
Diffstat (limited to 'pimd/pim_igmp_join.h')
-rw-r--r-- | pimd/pim_igmp_join.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pimd/pim_igmp_join.h b/pimd/pim_igmp_join.h index c32390276..8027b8b94 100644 --- a/pimd/pim_igmp_join.h +++ b/pimd/pim_igmp_join.h @@ -39,9 +39,9 @@ struct group_source_req { }; #endif -static int pim_igmp_join_source(int fd, ifindex_t ifindex, - struct in_addr group_addr, - struct in_addr source_addr) +static inline int pim_igmp_join_source(int fd, ifindex_t ifindex, + struct in_addr group_addr, + struct in_addr source_addr) { struct group_source_req req; struct sockaddr_in group; |