[master] 1b75dc8 These escaped last commit.
    Poul-Henning Kamp 
    phk at varnish-cache.org
       
    Mon Dec 26 17:45:22 CET 2011
    
    
  
commit 1b75dc8d2b1a98297eb4adc5df080e80c2edc333
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Dec 26 16:45:11 2011 +0000
    These escaped last commit.
diff --git a/include/tbl/vsc_fields.h b/include/tbl/vsc_fields.h
index 3d1e30a..2d83f69 100644
--- a/include/tbl/vsc_fields.h
+++ b/include/tbl/vsc_fields.h
@@ -111,6 +111,8 @@ VSC_F(happy,		uint64_t, 0, 'b', "Happy health probes", "")
 
 VSC_F(live,			uint64_t, 0, 'g', "In use", "")
 VSC_F(pool,			uint64_t, 0, 'g', "In Pool", "")
+VSC_F(sz_wanted,		uint64_t, 0, 'g', "Size requested", "")
+VSC_F(sz_needed,		uint64_t, 0, 'g', "Size allocated", "")
 VSC_F(allocs,			uint64_t, 0, 'c', "Allocations", "")
 VSC_F(frees,			uint64_t, 0, 'c', "Frees", "")
 VSC_F(recycle,			uint64_t, 0, 'c', "Recycled from pool", "")
    
    
More information about the varnish-commit
mailing list