]> git.ipfire.org Git - thirdparty/suricata.git/commit
output-api: cleanup handling 926/head
authorVictor Julien <victor@inliniac.net>
Thu, 10 Apr 2014 07:45:21 +0000 (09:45 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 10 Apr 2014 08:03:33 +0000 (10:03 +0200)
commit26778b8703a34ce5065395a307c582dbbc7cb152
tree8ccceae60017a4487ade8ab57e63e2d2d38bd476
parentc27304451e30c67b6b370974c89948ab7e115b51
output-api: cleanup handling

Add output 'free list' that contains all the output ctx' that need
cleanup at shutdown. It differs from the runmode output list in that
it will also contain a 'parent' for the submodules that share the
context of it's parent.
src/runmodes.c