diff options
author | Hans Schillstrom <hans.schillstrom@ericsson.com> | 2011-01-03 08:45:01 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2011-01-12 20:30:28 -0500 |
commit | 763f8d0ed4f1ce38b35cc0e05482b7799b82789b (patch) | |
tree | bc9938998b6af45a44bb35dba078851ccb21d95e /include/net/netns | |
parent | f2431e6e9255461eb1476340a89ad32ad4b38b03 (diff) |
IPVS: netns, svc counters moved in ip_vs_ctl,c
Last two global vars to be moved,
ip_vs_ftpsvc_counter and ip_vs_nullsvc_counter.
[horms@verge.net.au: removed whitespace-change-only hunk]
Signed-off-by: Hans Schillstrom <hans.schillstrom@ericsson.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/ip_vs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/ip_vs.h b/include/net/netns/ip_vs.h index 67ca1cf55af8..259ebac904bf 100644 --- a/include/net/netns/ip_vs.h +++ b/include/net/netns/ip_vs.h | |||
@@ -84,6 +84,9 @@ struct netns_ipvs { | |||
84 | struct lock_class_key ctl_key; /* ctl_mutex debuging */ | 84 | struct lock_class_key ctl_key; /* ctl_mutex debuging */ |
85 | /* Trash for destinations */ | 85 | /* Trash for destinations */ |
86 | struct list_head dest_trash; | 86 | struct list_head dest_trash; |
87 | /* Service counters */ | ||
88 | atomic_t ftpsvc_counter; | ||
89 | atomic_t nullsvc_counter; | ||
87 | 90 | ||
88 | /* sys-ctl struct */ | 91 | /* sys-ctl struct */ |
89 | struct ctl_table_header *sysctl_hdr; | 92 | struct ctl_table_header *sysctl_hdr; |