aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r--include/net/ip_vs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index 30baed0e696d..3d3b699dc022 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -516,6 +516,9 @@ struct ip_vs_scheduler {
516 char *name; /* scheduler name */ 516 char *name; /* scheduler name */
517 atomic_t refcnt; /* reference counter */ 517 atomic_t refcnt; /* reference counter */
518 struct module *module; /* THIS_MODULE/NULL */ 518 struct module *module; /* THIS_MODULE/NULL */
519#ifdef CONFIG_IP_VS_IPV6
520 int supports_ipv6; /* scheduler has IPv6 support */
521#endif
519 522
520 /* scheduler initializing service */ 523 /* scheduler initializing service */
521 int (*init_service)(struct ip_vs_service *svc); 524 int (*init_service)(struct ip_vs_service *svc);