diff options
Diffstat (limited to 'include')
| -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 0e4618470cee..9d5c1b965304 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
| @@ -849,7 +849,8 @@ extern int ip_vs_unbind_scheduler(struct ip_vs_service *svc); | |||
| 849 | extern struct ip_vs_scheduler *ip_vs_scheduler_get(const char *sched_name); | 849 | extern struct ip_vs_scheduler *ip_vs_scheduler_get(const char *sched_name); |
| 850 | extern void ip_vs_scheduler_put(struct ip_vs_scheduler *scheduler); | 850 | extern void ip_vs_scheduler_put(struct ip_vs_scheduler *scheduler); |
| 851 | extern struct ip_vs_conn * | 851 | extern struct ip_vs_conn * |
| 852 | ip_vs_schedule(struct ip_vs_service *svc, struct sk_buff *skb); | 852 | ip_vs_schedule(struct ip_vs_service *svc, struct sk_buff *skb, |
| 853 | struct ip_vs_protocol *pp, int *ignored); | ||
| 853 | extern int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb, | 854 | extern int ip_vs_leave(struct ip_vs_service *svc, struct sk_buff *skb, |
| 854 | struct ip_vs_protocol *pp); | 855 | struct ip_vs_protocol *pp); |
| 855 | 856 | ||
