summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-12-19 17:30:43 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-12-19 17:30:43 +0100
commit00d2ac3d712fb037411e9856e8174e9d55b5bdbc (patch)
tree9d439fc87eeef077bda652e9ce332182c139fc60 /runtime/queue.h
parentb80b0672beb9b8b4d07791791bb9f2fb7c73889a (diff)
parent55db71963e312634f78c25b61dd4800036fe25f9 (diff)
downloadrsyslog-00d2ac3d712fb037411e9856e8174e9d55b5bdbc.tar.gz
rsyslog-00d2ac3d712fb037411e9856e8174e9d55b5bdbc.tar.xz
rsyslog-00d2ac3d712fb037411e9856e8174e9d55b5bdbc.zip
Merge branch 'v5-devel'
Conflicts: ChangeLog action.c plugins/imudp/imudp.c
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 2b1fcfa8..2432c13f 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;
};