diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-14 13:44:35 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-14 13:44:35 +0100 |
commit | e482c13b50b8723f433bc3ff594f28cb2a070818 (patch) | |
tree | 5388158e2939085c6bc8de7323a6aed80546aac7 /runtime/queue.h | |
parent | 5ecfdad17e395570edb78698b4805992368c61b1 (diff) | |
parent | e6aaf19689791c668ea444a21e470e4db3244cb5 (diff) | |
download | rsyslog-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.h | 2 |
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 */ }; |