diff options
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r-- | include/net/ip_vs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 5d75feadf4f4..93995494dfd4 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
@@ -1019,6 +1019,8 @@ ip_vs_schedule(struct ip_vs_service *svc, struct sk_buff *skb, | |||
1019 | extern int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb, | 1019 | extern int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb, |
1020 | struct ip_vs_proto_data *pd); | 1020 | struct ip_vs_proto_data *pd); |
1021 | 1021 | ||
1022 | extern void ip_vs_scheduler_err(struct ip_vs_service *svc, const char *msg); | ||
1023 | |||
1022 | 1024 | ||
1023 | /* | 1025 | /* |
1024 | * IPVS control data and functions (from ip_vs_ctl.c) | 1026 | * IPVS control data and functions (from ip_vs_ctl.c) |