]> err.no Git - varnish/commit
Due to lack og foresight,the threads that keep an eye on client connections
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 13 Feb 2009 09:19:50 +0000 (09:19 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 13 Feb 2009 09:19:50 +0000 (09:19 +0000)
commitc87f80686c9e24c305a8c19d71ad78ffeca13f6f
tree0370cdb942d1d0174bb3119e1379a7521b7e0ec7
parentf41e9e3d488a55664ec1800196eff608c441967d
Due to lack og foresight,the threads that keep an eye on client connections
to see if they get reused ended up being named "acceptors", which is a bad
name because we have another thread which accepts new connections.

Rename the "fake" acceptors to "waiters"

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3758 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/cache_waiter.h [moved from varnish-cache/bin/varnishd/cache_acceptor.h with 84% similarity]
varnish-cache/bin/varnishd/cache_waiter_epoll.c [moved from varnish-cache/bin/varnishd/cache_acceptor_epoll.c with 98% similarity]
varnish-cache/bin/varnishd/cache_waiter_kqueue.c [moved from varnish-cache/bin/varnishd/cache_acceptor_kqueue.c with 98% similarity]
varnish-cache/bin/varnishd/cache_waiter_poll.c [moved from varnish-cache/bin/varnishd/cache_acceptor_poll.c with 98% similarity]
varnish-cache/bin/varnishd/cache_waiter_ports.c [moved from varnish-cache/bin/varnishd/cache_acceptor_ports.c with 98% similarity]
varnish-cache/bin/varnishd/common.h
varnish-cache/bin/varnishd/mgt_param.c