diff options
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r-- | include/net/ip_vs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 1adf8a026e46..30baed0e696d 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
@@ -783,7 +783,8 @@ extern struct ip_vs_stats ip_vs_stats; | |||
783 | extern const struct ctl_path net_vs_ctl_path[]; | 783 | extern const struct ctl_path net_vs_ctl_path[]; |
784 | 784 | ||
785 | extern struct ip_vs_service * | 785 | extern struct ip_vs_service * |
786 | ip_vs_service_get(__u32 fwmark, __u16 protocol, __be32 vaddr, __be16 vport); | 786 | ip_vs_service_get(int af, __u32 fwmark, __u16 protocol, |
787 | const union nf_inet_addr *vaddr, __be16 vport); | ||
787 | 788 | ||
788 | static inline void ip_vs_service_put(struct ip_vs_service *svc) | 789 | static inline void ip_vs_service_put(struct ip_vs_service *svc) |
789 | { | 790 | { |