summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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
commitc60b7e984e8907f15439d07e88dad8a23c86cf2b (patch)
tree631ae6b93f450f1d8b0f50744d2693a985c37084 /ChangeLog
parent83bcf7f49c07e952868099b5027199c8f7ea3c1a (diff)
use list_del_init() and list_empty() to check if a node is in the list
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f42234a..ec32db9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>: