From d05f05e21be0cca59ca67ac19ef2b73c467b8250 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 17 Jan 2009 20:33:30 +0100 Subject: src: add `-s queue' and change `-v' behaviour This patch moves the existing `-v' behaviour to `-s queue' where it really belongs. The `-v' option is now left to display the version which is the common use of it. # conntrackd -v Connection tracking userspace daemon v0.9.9. Licensed under GPLv2. (C) 2006-2009 Pablo Neira Ayuso Signed-off-by: Pablo Neira Ayuso --- include/conntrackd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/conntrackd.h') diff --git a/include/conntrackd.h b/include/conntrackd.h index acf907c..eca6b76 100644 --- a/include/conntrackd.h +++ b/include/conntrackd.h @@ -25,11 +25,12 @@ #define DUMP_INT_XML 24 /* dump internal cache in XML */ #define DUMP_EXT_XML 25 /* dump external cache in XML */ #define RESET_TIMERS 26 /* reset kernel timers */ -#define DEBUG_INFO 27 /* show debug info (if any) */ +#define DEBUG_INFO 27 /* unused */ #define STATS_NETWORK 28 /* extended network stats */ #define STATS_CACHE 29 /* extended cache stats */ #define STATS_RUNTIME 30 /* extended runtime stats */ #define STATS_MULTICAST 31 /* multicast network stats */ +#define STATS_QUEUE 32 /* queue stats */ #define DEFAULT_CONFIGFILE "/etc/conntrackd/conntrackd.conf" #define DEFAULT_LOCKFILE "/var/lock/conntrackd.lock" -- cgit v1.2.3