[master] 8b6649355 Added missing timestamp

Nils Goroll nils.goroll at uplex.de
Wed Nov 25 11:24:07 UTC 2020


commit 8b66493557b79c8ac8d84516240cedb61bbf9e01
Author: ThijsFeryn <thijs at feryn.eu>
Date:   Wed Nov 25 12:14:02 2020 +0100

    Added missing timestamp

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 016cc5784..c98646d26 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -80,14 +80,15 @@ SLTM(SessOpen, 0, "Client connection opened",
 	"The first record for a client connection, with the socket-endpoints"
 	" of the connection.\n\n"
 	"The format is::\n\n"
-	"\t%s %d %s %s %s %d\n"
-	"\t|  |  |  |  |  |\n"
-	"\t|  |  |  |  |  +- File descriptor number\n"
-	"\t|  |  |  |  +---- Local TCP port / 0 for UDS\n"
-	"\t|  |  |  +------- Local IPv4/6 address / 0.0.0.0 for UDS\n"
-	"\t|  |  +---------- Socket name (from -a argument)\n"
-	"\t|  +------------- Remote TCP port / 0 for UDS\n"
-	"\t+---------------- Remote IPv4/6 address / 0.0.0.0 for UDS\n"
+	"\t%s %d %s %s %s %f %d\n"
+	"\t|  |  |  |  |  |  |\n"
+	"\t|  |  |  |  |  |  +- File descriptor number\n"
+	"\t|  |  |  |  |  +---- Session start time (unix epoch)\n"
+	"\t|  |  |  |  +------- Local TCP port / 0 for UDS\n"
+	"\t|  |  |  +---------- Local IPv4/6 address / 0.0.0.0 for UDS\n"
+	"\t|  |  +------------- Socket name (from -a argument)\n"
+	"\t|  +---------------- Remote TCP port / 0 for UDS\n"
+	"\t+------------------- Remote IPv4/6 address / 0.0.0.0 for UDS\n"
 	"\n"
 )
 


More information about the varnish-commit mailing list