diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-22 01:32:21 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-22 01:32:21 +0000 |
commit | 8078747751df6e8ccc27b76f2f53c5e393d745ae (patch) | |
tree | afb4e85d99f7cf6ecc0111a7a353cfb370e2c4a2 /include/alarm.h | |
parent | 02ff145c51439873db3cdc192b48e47e2272b0b9 (diff) | |
download | conntrack-tools-8078747751df6e8ccc27b76f2f53c5e393d745ae.tar.gz conntrack-tools-8078747751df6e8ccc27b76f2f53c5e393d745ae.zip |
remove alarm counter
Diffstat (limited to 'include/alarm.h')
-rw-r--r-- | include/alarm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/alarm.h b/include/alarm.h index 3569025..c4ea9d7 100644 --- a/include/alarm.h +++ b/include/alarm.h @@ -5,8 +5,6 @@ #include <sys/time.h> -extern int alarm_counter; - struct alarm_list { struct list_head head; struct timeval tv; |