summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-06-20 20:07:33 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2009-06-20 20:07:33 +0200
commitfaea76e8bc626549f4d338a3bf22e466336264ca (patch)
tree1a43e5d19143042f8b92c081f8fd45ed43ed9218 /include
parentd9c0564db6b3f3ecb196508458a91b03d45fadb2 (diff)
conntrackd: rename `-s queue' option by `-s rsqueue'
This patch renames the statistics option that displays the content of the resend queue which is used by the ftfw mode. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/conntrackd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h
index 04dc611..40566bd 100644
--- a/include/conntrackd.h
+++ b/include/conntrackd.h
@@ -31,7 +31,7 @@
#define STATS_CACHE 29 /* extended cache stats */
#define STATS_RUNTIME 30 /* extended runtime stats */
#define STATS_LINK 31 /* dedicated link stats */
-#define STATS_QUEUE 32 /* queue stats */
+#define STATS_RSQUEUE 32 /* resend queue stats */
#define FLUSH_INT_CACHE 33 /* flush internal cache */
#define FLUSH_EXT_CACHE 34 /* flush external cache */
#define STATS_PROCESS 35 /* child process stats */