]> err.no Git - varnish/commitdiff
Move the vca_pipes to a more proper header file
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 19 Jan 2009 09:48:16 +0000 (09:48 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 19 Jan 2009 09:48:16 +0000 (09:48 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3525 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_acceptor.h

index 22135bd5d061fb209386fd6af9f215fbb105351c..52f4a0dfa10b8f169fe1ff9792b910977d27aa63 100644 (file)
@@ -398,7 +398,6 @@ void vca_return_session(struct sess *sp);
 void vca_close_session(struct sess *sp, const char *why);
 void VCA_Prep(struct sess *sp);
 void VCA_Init(void);
-extern int vca_pipes[2];
 
 /* cache_backend.c */
 
index f79214062e62252a68aa29a994ad5fe85b813cfd..9ffd567f10f28a96052bbffc8a7fa57d108722d3 100644 (file)
@@ -34,6 +34,8 @@ struct sess;
 typedef void acceptor_init_f(void);
 typedef void acceptor_pass_f(struct sess *);
 
+extern int vca_pipes[2];
+
 struct acceptor {
        const char              *name;
        acceptor_init_f         *init;