[4.0] 6e068ca Update filename references

Lasse Karstensen lkarsten at varnish-software.com
Mon Sep 22 16:38:24 CEST 2014


commit 6e068ca750a7070e7cdd1dec68beda3c89fd15fe
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed Aug 27 13:11:44 2014 +0100

    Update filename references

diff --git a/bin/varnishd/cache/cache.h b/bin/varnishd/cache/cache.h
index e455048..ddc071c 100644
--- a/bin/varnishd/cache/cache.h
+++ b/bin/varnishd/cache/cache.h
@@ -926,7 +926,7 @@ void CLI_AddFuncs(struct cli_proto *p);
 extern pthread_t cli_thread;
 #define ASSERT_CLI() do {assert(pthread_self() == cli_thread);} while (0)
 
-/* cache_expiry.c */
+/* cache_expire.c */
 void EXP_Clr(struct exp *e);
 
 double EXP_Ttl(const struct req *, const struct object*);
@@ -1247,7 +1247,7 @@ char *WS_Snapshot(struct ws *ws);
 int WS_Overflowed(const struct ws *ws);
 void *WS_Printf(struct ws *ws, const char *fmt, ...) __printflike(2, 3);
 
-/* rfc2616.c */
+/* cache_rfc2616.c */
 void RFC2616_Ttl(struct busyobj *, double now);
 enum body_status RFC2616_Body(struct busyobj *, struct dstat *);
 unsigned RFC2616_Req_Gzip(const struct http *);



More information about the varnish-commit mailing list