From: wessels <> Date: Wed, 25 Mar 1998 12:45:51 +0000 (+0000) Subject: new Counter.icp.replies_queued member X-Git-Tag: SQUID_3_0_PRE1~3748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8064065edc5124bb408aa33c7ffb1720f7b092eb;p=thirdparty%2Fsquid.git new Counter.icp.replies_queued member --- diff --git a/src/structs.h b/src/structs.h index 847e21ccc6..45f811397f 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1116,6 +1116,7 @@ struct _StatCounters { int pkts_recv; int hits_sent; int hits_recv; + int replies_queued; kb_t kbytes_sent; kb_t kbytes_recv; StatHist query_svc_time;