Commit a524b3cc authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Move the mgt_SHM_Alloc() prototype



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4813 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 54045785
......@@ -39,6 +39,7 @@ extern pid_t mgt_pid;
void VCA_tweak_waiter(struct cli *cli, const char *arg);
/* mgt_shmem.c */
void *mgt_SHM_Alloc(unsigned size, const char *type, const char *ident);
extern struct varnish_stats *VSL_stats;
extern struct shmloghead *loghead;
extern uint8_t *vsl_log_start;
......
......@@ -71,7 +71,6 @@ void MCF_DumpMdoc(void);
/* mgt_shmem.c */
void mgt_SHM_Init(const char *fn, const char *arg);
void mgt_SHM_Pid(void);
void *mgt_SHM_Alloc(unsigned size, const char *type, const char *ident);
/* mgt_vcc.c */
void mgt_vcc_init(void);
......
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