[master] 7ec7248 Update comment to reflect slightly more complex reality for this file.

Poul-Henning Kamp phk at FreeBSD.org
Wed Mar 4 13:32:55 CET 2015


commit 7ec7248229e8ad0304954329fd8a2372bb8057a3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Mar 4 12:32:23 2015 +0000

    Update comment to reflect slightly more complex reality for this file.

diff --git a/include/vapi/vsl_int.h b/include/vapi/vsl_int.h
index a694341..e3046b2 100644
--- a/include/vapi/vsl_int.h
+++ b/include/vapi/vsl_int.h
@@ -27,12 +27,13 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * Define the layout of the shared memory log segment, which must be kept
- * in sync between vsl_priv.h and vapi/vsl.h.
+ * Define the layout of the shared memory log segment.
  *
- * This file SHALL not be included from anywhere but those two files.
+ * This file SHALL only be included from:
+ *	bin/varnishd/cache/cache.h
+ *	include/vsl_priv.h
+ *	include/vapi/vsl.h
  *
- * NB: THIS IS NOT A PUBLIC API TO VARNISH!
  */
 
 #ifndef VAPI_VSL_INT_H_INCLUDED



More information about the varnish-commit mailing list