r160 - trunk/varnish-cache/bin/varnishd
phk at projects.linpro.no
phk at projects.linpro.no
Mon May 1 14:27:10 CEST 2006
Author: phk
Date: 2006-05-01 14:27:10 +0200 (Mon, 01 May 2006)
New Revision: 160
Modified:
trunk/varnish-cache/bin/varnishd/cache.h
Log:
add missing extern
Modified: trunk/varnish-cache/bin/varnishd/cache.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache.h 2006-05-01 10:55:27 UTC (rev 159)
+++ trunk/varnish-cache/bin/varnishd/cache.h 2006-05-01 12:27:10 UTC (rev 160)
@@ -91,7 +91,7 @@
void http_BuildSbuf(int resp, struct sbuf *sb, struct http *hp);
/* cache_main.c */
-pthread_mutex_t sessmtx;
+extern pthread_mutex_t sessmtx;
/* cache_pass.c */
void PassSession(struct worker *w, struct sess *sp);
More information about the varnish-commit
mailing list