no need for using a TAILQ queue for the host children list, use a
authorreyk <reyk@openbsd.org>
Sat, 19 Jul 2008 11:38:54 +0000 (11:38 +0000)
committerreyk <reyk@openbsd.org>
Sat, 19 Jul 2008 11:38:54 +0000 (11:38 +0000)
commit1584e35d20564c5d61ec89c121ce2f01c6f74b31
tree523416149fcece93d6d5ad06b85a99447e9e0522
parent88daba3d668156f00b45e4fb069fe4cc8a3aa810
no need for using a TAILQ queue for the host children list, use a
singly-linked SLIST instead.  the only noticeable change is the
reversed order to notify the children but it does not really matter
here.  also only walk through the children host list if the host
itself is a potential parent.
usr.sbin/relayd/hce.c
usr.sbin/relayd/parse.y
usr.sbin/relayd/pfe.c
usr.sbin/relayd/relayd.h