]> git.ipfire.org Git - thirdparty/unbound.git/commit
User defined pluggable event mechanism (for review)
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 7 Mar 2016 14:10:06 +0000 (14:10 +0000)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 7 Mar 2016 14:10:06 +0000 (14:10 +0000)
commitbcfbe0d9c46aa828c633a9927ea9b06f6810e0bc
tree1b4ee91f9e100314b95b76d0f40b0173c0e69bf0
parent4f1625afb7db2eec43dd75be10af55a9eb88b528
User defined pluggable event mechanism (for review)

git-svn-id: file:///svn/unbound/branches/ub_event@3647 be551aaa-1e26-0410-a405-d3ace91eadb9
23 files changed:
Makefile.in
aclocal.m4
config.h.in
configure
configure.ac
daemon/daemon.h
daemon/unbound.c
libunbound/context.h
libunbound/libunbound.c
libunbound/libworker.c
libunbound/libworker.h
libunbound/ubsyms.def
libunbound/unbound-event.h
ltmain.sh
testcode/fake_event.c
util/netevent.c
util/netevent.h
util/tube.c
util/tube.h
util/ub_event.c [new file with mode: 0644]
util/ub_event.h [new file with mode: 0644]
util/ub_event_pluggable.c [new file with mode: 0644]
winrc/win_svc.c