From c60b7e984e8907f15439d07e88dad8a23c86cf2b Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 15 Jan 2008 14:35:06 +0000 Subject: use list_del_init() and list_empty() to check if a node is in the list --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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 : -- cgit v1.2.3