summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-14 13:53:25 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-14 13:53:25 +0100
commit1d0dec9b0cf1203dec0cacc0c6eb38d2ac9271ea (patch)
treef929f411af355f227b60f7eddd0b031445596953 /runtime/queue.h
parent2c7604f45b1c416180794f2c4f29ba25504f8d47 (diff)
parent7d516b0a6c46177c18aea30b4617f1d2712d48fd (diff)
downloadrsyslog-1d0dec9b0cf1203dec0cacc0c6eb38d2ac9271ea.tar.gz
rsyslog-1d0dec9b0cf1203dec0cacc0c6eb38d2ac9271ea.tar.bz2
rsyslog-1d0dec9b0cf1203dec0cacc0c6eb38d2ac9271ea.zip
Merge branch 'v5-stable-newstats' into v5-devel
Conflicts: configure.ac
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 */
};