Commit 18e13aa7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Move the vca_pipes to a more proper header file



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3525 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent afb3eebb
......@@ -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 */
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment