summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-14 13:44:35 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-14 13:44:35 +0100
commite482c13b50b8723f433bc3ff594f28cb2a070818 (patch)
tree5388158e2939085c6bc8de7323a6aed80546aac7 /runtime/queue.h
parent5ecfdad17e395570edb78698b4805992368c61b1 (diff)
parente6aaf19689791c668ea444a21e470e4db3244cb5 (diff)
downloadrsyslog-e482c13b50b8723f433bc3ff594f28cb2a070818.tar.gz
rsyslog-e482c13b50b8723f433bc3ff594f28cb2a070818.tar.xz
rsyslog-e482c13b50b8723f433bc3ff594f28cb2a070818.zip
Merge branch 'v5-stable' into v5-stable-newstats
Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h
Diffstat (limited to 'runtime/queue.h')
-rw-r--r--runtime/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queue.h b/runtime/queue.h
index dbd6f249..a575698f 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -171,7 +171,7 @@ struct queue_s {
STATSCOUNTER_DEF(ctrFull, mutCtrFull);
STATSCOUNTER_DEF(ctrFDscrd, mutCtrFDscrd);
STATSCOUNTER_DEF(ctrNFDscrd, mutCtrNFDscrd);
- int ctrMaxqsize;
+ int ctrMaxqsize; /* NOT guarded by a mutex */
};