r2398 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Jan 29 12:17:37 CET 2008


Author: phk
Date: 2008-01-29 12:17:37 +0100 (Tue, 29 Jan 2008)
New Revision: 2398

Modified:
   trunk/varnish-cache/bin/varnishd/heritage.h
Log:
missing #ifdef HAVE_SENDFILE


Modified: trunk/varnish-cache/bin/varnishd/heritage.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/heritage.h	2008-01-29 11:14:22 UTC (rev 2397)
+++ trunk/varnish-cache/bin/varnishd/heritage.h	2008-01-29 11:17:37 UTC (rev 2398)
@@ -98,8 +98,10 @@
 	/* Fetcher hints */
 	unsigned		fetch_chunksize;
 
+#ifdef HAVE_SENDFILE
 	/* Sendfile object minimum size */
 	unsigned		sendfile_threshold;
+#endif
 
 	/* VCL traces */
 	unsigned		vcl_trace;




More information about the varnish-commit mailing list