]> err.no Git - varnish/commitdiff
Start the cache process automatically, I've gotten tired of typing "start" :-)
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 11 Jul 2006 16:31:05 +0000 (16:31 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 11 Jul 2006 16:31:05 +0000 (16:31 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@434 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/varnishd.c

index 800f0234a6056c69973ef33061f728322aaa7180..a595d78a82868c51e582efed0f0c7bd51cd6ce61 100644 (file)
@@ -326,6 +326,8 @@ testme(void)
        event_base_set(mgt_eb, &e_sigchld);
        signal_add(&e_sigchld, NULL);
 
+       mgt_child_start();
+
        i = event_base_loop(mgt_eb, 0);
        if (i != 0)
                printf("event_dispatch() = %d\n", i);