]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
new Counter.icp.replies_queued member
authorwessels <>
Wed, 25 Mar 1998 12:45:51 +0000 (12:45 +0000)
committerwessels <>
Wed, 25 Mar 1998 12:45:51 +0000 (12:45 +0000)
src/structs.h

index 847e21ccc6f34a8cb168010005d9aafaf39d5823..45f811397f9b3fb914c25e4d749ea7c820287f7a 100644 (file)
@@ -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;