]> err.no Git - varnish/commit
Reorganize the code a little, and add code to wait for all threads to finish
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 3 Jul 2007 09:09:55 +0000 (09:09 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 3 Jul 2007 09:09:55 +0000 (09:09 +0000)
commit3637301f7a6de50b85fa7a89df0772182dc81beb
tree79e82e265da1b5ed6cb0a57b5fcfbd1eb007ee8e
parentbb4b34bea166c806c41b44268e16b946beab417a
Reorganize the code a little, and add code to wait for all threads to finish
processing pending messages before we exit.

Note that VSL_Dispatch() will read in log data as fast as it can, so when
working from a log file, varnishreplay will usually read in the entire file
into memory within the first few seconds.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1623 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishreplay/varnishreplay.c