[master] 52f5eff Remove xid field from ReqEnd description

Martin Blix Grydeland martin at varnish-cache.org
Wed Oct 16 14:39:13 CEST 2013


commit 52f5eff2aefa5ca67d4145605b975a207727d22d
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Oct 16 12:39:13 2013 +0200

    Remove xid field from ReqEnd description
    
    The xid field is not present in ReqEnd any more, as it is not needed
    now that the vxid is used as the record ID. Remove it from the
    description.

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index c2fb6d9..2bfc145 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -55,7 +55,6 @@ SLTM(CLI, "CLI communication",
 
 SLTM(ReqEnd, "Client request end",
 	"Marks the end of client request.\n\n"
-	"xid\n    Transaction id.\n\n"
 	"Trxd\n     Timestamp when the request started.\n\n"
 	"Tidle\n    Timestamp when the request ended.\n\n"
 	"dTrx\n    Time to receive request\n\n"



More information about the varnish-commit mailing list