summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-12-16 15:12:24 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-12-16 15:12:24 +0100
commita1b752b32ffb90bfdce4fd8dfdffac3ebbadc79e (patch)
tree0752a60ee53e04deedffc7396d7588be950b5d05 /runtime/queue.h
parent7796eeb6960b2e1d1aeac77242a5ad93a64776cc (diff)
downloadrsyslog-a1b752b32ffb90bfdce4fd8dfdffac3ebbadc79e.tar.gz
rsyslog-a1b752b32ffb90bfdce4fd8dfdffac3ebbadc79e.tar.bz2
rsyslog-a1b752b32ffb90bfdce4fd8dfdffac3ebbadc79e.zip
more work on queue statistics counter
Diffstat (limited to 'runtime/queue.h')
-rw-r--r--runtime/queue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/queue.h b/runtime/queue.h
index 70bb8895..06a58229 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -169,7 +169,8 @@ struct queue_s {
statsobj_t *statsobj;
STATSCOUNTER_DEF(ctrEnqueued, mutCtrEnqueued);
STATSCOUNTER_DEF(ctrFull, mutCtrFull);
- STATSCOUNTER_DEF(ctrDscrd, mutCtrDscrd);
+ STATSCOUNTER_DEF(ctrFDscrd, mutCtrFDscrd);
+ STATSCOUNTER_DEF(ctrNFDscrd, mutCtrNFDscrd);
int ctrMaxqsize;
};