r4813 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Tue May 18 14:09:16 CEST 2010


Author: phk
Date: 2010-05-18 14:09:16 +0200 (Tue, 18 May 2010)
New Revision: 4813

Modified:
   trunk/varnish-cache/bin/varnishd/common.h
   trunk/varnish-cache/bin/varnishd/mgt.h
Log:
Move the mgt_SHM_Alloc() prototype



Modified: trunk/varnish-cache/bin/varnishd/common.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/common.h	2010-05-18 12:05:25 UTC (rev 4812)
+++ trunk/varnish-cache/bin/varnishd/common.h	2010-05-18 12:09:16 UTC (rev 4813)
@@ -39,6 +39,7 @@
 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;

Modified: trunk/varnish-cache/bin/varnishd/mgt.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt.h	2010-05-18 12:05:25 UTC (rev 4812)
+++ trunk/varnish-cache/bin/varnishd/mgt.h	2010-05-18 12:09:16 UTC (rev 4813)
@@ -71,7 +71,6 @@
 /* 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);




More information about the varnish-commit mailing list