[master] 05b7a36 Update filename references

Federico G. Schwindt fgsch at lodoss.net
Wed Aug 27 14:39:50 CEST 2014


commit 05b7a36d8695a4cb55c657ae478c6704d9fd8fbf
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 4b89207..08e8714 100644
--- a/bin/varnishd/cache/cache.h
+++ b/bin/varnishd/cache/cache.h
@@ -885,7 +885,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 exp*);
@@ -1236,7 +1236,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