]> err.no Git - varnish/commit
Break the acceptors out into their own files.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 21 Aug 2006 10:59:00 +0000 (10:59 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 21 Aug 2006 10:59:00 +0000 (10:59 +0000)
commitebb0deb1b5c063b9a6cdf63765b4ee4376a64ef7
treeefb7fc9fbc0947dfb9eba77df65c8fde8e5f8249
parent9f88685a901712d24274752458fc475534445289
Break the acceptors out into their own files.

The intent here is to compile in all acceptors supported on the
operating system and allow the user to select one at startup time.

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