]> err.no Git - varnish/commitdiff
Add stat field missing in last commit
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Sep 2006 10:10:57 +0000 (10:10 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Sep 2006 10:10:57 +0000 (10:10 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1070 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/stat_field.h

index f20ac59b9bd19bd54cb7265ba37ca536900656ae..16d34b865ce3b15d7f83b03a71566bc31d5645b1 100644 (file)
@@ -27,6 +27,7 @@ MAC_STAT(n_wrk_failed,                uint64_t, "u", "N worker threads not created")
 MAC_STAT(n_wrk_max,            uint64_t, "u", "N worker threads limited")
 MAC_STAT(n_wrk_busy,           uint64_t, "u", "N busy worker threads")
 MAC_STAT(n_wrk_queue,          uint64_t, "u", "N queued work requests")
+MAC_STAT(n_wrk_overflow,       uint64_t, "u", "N overflowed work requests")
 
 MAC_STAT(n_expired,            uint64_t, "u", "N expired objects")
 MAC_STAT(n_deathrow,           uint64_t, "u", "N objects on deathrow")