]> err.no Git - varnish/commit
We assume that all CLI processing in the child process happens in the
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 5 Feb 2008 09:46:30 +0000 (09:46 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 5 Feb 2008 09:46:30 +0000 (09:46 +0000)
commit37ea5532452f1ceaa973b9cde82096783335e14c
tree1232a07fc935f54c00b9da8dce56ebe65a95df81
parenta2f94158b3a67143935adc71fdcfaca9ccfc25d5
We assume that all CLI processing in the child process happens in the
same thread (the main thread in fact).

Add an assert facility to mark the affected functions, just to make sure
nobody (else) gets an anciety attack over missing locking.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2428 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_cli.c