summaryrefslogtreecommitdiffstats
path: root/runtime/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-14 12:50:21 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-14 12:50:21 +0100
commite6aaf19689791c668ea444a21e470e4db3244cb5 (patch)
treec527a55e51001afa53a2b3ba65bd429ddecc8cd7 /runtime/queue.h
parent16cc84fc699fc3f830b0c28d677d6ae0daa35723 (diff)
downloadrsyslog-e6aaf19689791c668ea444a21e470e4db3244cb5.tar.gz
rsyslog-e6aaf19689791c668ea444a21e470e4db3244cb5.tar.xz
rsyslog-e6aaf19689791c668ea444a21e470e4db3244cb5.zip
changed statsobj interface and added better doc
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 97057180..7ef5673c 100644
--- a/runtime/queue.h
+++ b/runtime/queue.h
@@ -169,7 +169,7 @@ struct queue_s {
statsobj_t *statsobj;
STATSCOUNTER_DEF(ctrEnqueued, mutCtrEnqueued);
STATSCOUNTER_DEF(ctrFull, mutCtrFull);
- int ctrMaxqsize;
+ int ctrMaxqsize; /* NOT guarded by a mutex */
};