diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-14 13:56:56 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-14 13:56:56 +0100 |
commit | d94ba2a5468089b657e0779ddd2f4585face37e3 (patch) | |
tree | 7bd4885fbacb8e83be0bfce71bc5ff2d5ea8b9a3 /runtime/queue.h | |
parent | 0b5fe246b55635d8eaf3182ddad8961c7d3757c2 (diff) | |
parent | e6aaf19689791c668ea444a21e470e4db3244cb5 (diff) | |
download | rsyslog-d94ba2a5468089b657e0779ddd2f4585face37e3.tar.gz rsyslog-d94ba2a5468089b657e0779ddd2f4585face37e3.tar.bz2 rsyslog-d94ba2a5468089b657e0779ddd2f4585face37e3.zip |
Merge branch 'v5-stable' into v6-stable
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 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 */ }; |