]> err.no Git - varnish/commit
Add multiplexing for the mgt->child cli connection and get ping/pong
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 17 Mar 2006 10:03:05 +0000 (10:03 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 17 Mar 2006 10:03:05 +0000 (10:03 +0000)
commit53afa71a3be97cb38f81e9d33484781c9453bc49
tree6aab4167fe429cb3d3bca0c3ff94e7c8f9e5347e
parent9e418260b9b01f64a4e8bad2393714922d34cda0
Add multiplexing for the mgt->child cli connection and get ping/pong
working across it.

The management process will now keep the child process watchdog from
expiring.

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