]> err.no Git - varnish/commit
Add a miniature event engine based on poll(2).
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 08:19:41 +0000 (08:19 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 08:19:41 +0000 (08:19 +0000)
commit8a4257c77254618e66b8bd848a69278801743a89
treeae90a76885a4ecdc79ddf7a80d6c2c68dee4415d
parent0a94322563faa7fc73c0c678a0fa724c5d177333
Add a miniature event engine based on poll(2).

It's general enough to find other uses, but right now it's only for
the manager process.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@645 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/mgt_event.c [new file with mode: 0644]
varnish-cache/bin/varnishd/mgt_event.h [new file with mode: 0644]