[master] fafd6f2 Add a XXX for a feature to be added

Martin Blix Grydeland martin at varnish-cache.org
Tue Oct 1 14:48:17 CEST 2013


commit fafd6f2155c0ddb54150d1be688a7edb3fe4080f
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Sep 9 14:29:50 2013 +0200

    Add a XXX for a feature to be added

diff --git a/include/vapi/vsl.h b/include/vapi/vsl.h
index b5d10f8..27d3b87 100644
--- a/include/vapi/vsl.h
+++ b/include/vapi/vsl.h
@@ -68,6 +68,7 @@ enum VSL_transaction_e {
 struct VSL_transaction {
 	unsigned		level;
 	int32_t			vxid;
+	/* int32_t		vxid_parent; /\* XXX: Implement this *\/ */
 	enum VSL_transaction_e	type;
 	struct VSL_cursor	*c;
 };



More information about the varnish-commit mailing list