summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-12-19 11:16:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-12-19 11:16:07 +0100
commit5fe837bf7dbdcc245ee233feb1fbcc6d052a4898 (patch)
tree206148b35803ac791559f08926d236a2e95f47af /runtime/queue.h
parentdb137ef8c1b3f8b24ccf9b3b4bfed4fdf493916a (diff)
downloadrsyslog-5fe837bf7dbdcc245ee233feb1fbcc6d052a4898.tar.gz
rsyslog-5fe837bf7dbdcc245ee233feb1fbcc6d052a4898.tar.bz2
rsyslog-5fe837bf7dbdcc245ee233feb1fbcc6d052a4898.zip
added instrumentation
Diffstat (limited to 'runtime/queue.h')
-rw-r--r--runtime/queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queue.h b/runtime/queue.h
index 97057180..06a58229 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -169,6 +169,8 @@ struct queue_s {
statsobj_t *statsobj;
STATSCOUNTER_DEF(ctrEnqueued, mutCtrEnqueued);
STATSCOUNTER_DEF(ctrFull, mutCtrFull);
+ STATSCOUNTER_DEF(ctrFDscrd, mutCtrFDscrd);
+ STATSCOUNTER_DEF(ctrNFDscrd, mutCtrNFDscrd);
int ctrMaxqsize;
};