[master] 1fe4190 Enable -b and -c options for varnishlog

Martin Blix Grydeland martin at varnish-cache.org
Wed Oct 2 17:05:01 CEST 2013


commit 1fe4190d5012f2183ef68475b7a184f3f4d8f735
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Oct 2 16:59:16 2013 +0200

    Enable -b and -c options for varnishlog

diff --git a/bin/varnishlog/varnishlog_options.h b/bin/varnishlog/varnishlog_options.h
index 53519b7..add96b4 100644
--- a/bin/varnishlog/varnishlog_options.h
+++ b/bin/varnishlog/varnishlog_options.h
@@ -31,6 +31,8 @@
 #include "vut_options.h"
 
 VSL_OPT_a
+VSL_OPT_b
+VSL_OPT_c
 VSL_OPT_d
 VUT_OPT_D
 VSL_OPT_g
diff --git a/doc/sphinx/reference/varnishlog.rst b/doc/sphinx/reference/varnishlog.rst
index 3a1f1f2..5014da8 100644
--- a/doc/sphinx/reference/varnishlog.rst
+++ b/doc/sphinx/reference/varnishlog.rst
@@ -29,20 +29,6 @@ The following options are available:
 
 .. include:: ../../../bin/varnishlog/varnishlog_options.rst
 
--b
-
-	Only show backend transactions. If neither -b nor -c is
-	specified, varnishlog acts as if they both were specified.
-
-	XXX: Not yet implemented
-
--c
-
-	Only show client transactions. If neither -b nor -c is
-	specified, varnishlog acts as if they both were present.
-
-	XXX: Not yet implemented
-
 -C
 
 	Ignore case when matching regular expressions.



More information about the varnish-commit mailing list