commit | 9099f9b2a66e86f8a90d7fe18f61bd2bb1bc6744 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@hpe.com> | Mon Jan 18 10:12:10 2016 +0000 |
committer | Paul Jakma <paul.jakma@hpe.com> | Fri Feb 26 14:11:46 2016 +0000 |
tree | 1ce5d2e4ecff6b57eb00d40b1a91b3f363ff35fe | |
parent | 954c7d6bcd04c2cf037965adda0f9d11afdcd165 [diff] [blame] |
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
diff --git a/pimd/pim_igmp_join.h b/pimd/pim_igmp_join.h index 1127af1..67779ff 100644 --- a/pimd/pim_igmp_join.h +++ b/pimd/pim_igmp_join.h
@@ -24,8 +24,9 @@ #define PIM_IGMP_JOIN_H #include <netinet/in.h> +#include "if.h" -int pim_igmp_join_source(int fd, int ifindex, +int pim_igmp_join_source(int fd, ifindex_t ifindex, struct in_addr group_addr, struct in_addr source_addr);