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-15 14:35:06 +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-15 14:35:06 +0000 |
commit | c60b7e984e8907f15439d07e88dad8a23c86cf2b (patch) | |
tree | 631ae6b93f450f1d8b0f50744d2693a985c37084 /ChangeLog | |
parent | 83bcf7f49c07e952868099b5027199c8f7ea3c1a (diff) | |
download | conntrack-tools-c60b7e984e8907f15439d07e88dad8a23c86cf2b.tar.gz conntrack-tools-c60b7e984e8907f15439d07e88dad8a23c86cf2b.zip |
use list_del_init() and list_empty() to check if a node is in the list
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ o wake up the daemon iff there are real events to handle instead of polling o add support for tagged vlan interfaces in the config file, e.g. eth0.1 o improve alarm framework based on suggestions from Max Kellerman o constify queue_iterate() +o use list_del_init() and list_empty() to check if a node is in the list Max Kellermann <max@duempel.org>: |