diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-30 14:59:01 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-30 14:59:01 +0100 |
commit | e711dc6e6bab36334ba980c1368852c1facf3f7b (patch) | |
tree | db73d51dc337b9bd91c2d29bf92d277dff80c957 /runtime/queue.c | |
parent | 7faeff73ddba0cfcf5accca2bbc2b1e2330d8621 (diff) | |
parent | 9f74e3521fdfe0d2c68038b07ff64508a3d7d145 (diff) | |
download | rsyslog-e711dc6e6bab36334ba980c1368852c1facf3f7b.tar.gz rsyslog-e711dc6e6bab36334ba980c1368852c1facf3f7b.tar.bz2 rsyslog-e711dc6e6bab36334ba980c1368852c1facf3f7b.zip |
Merge branch 'master-ratelimit'
Diffstat (limited to 'runtime/queue.c')
-rw-r--r-- | runtime/queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queue.c b/runtime/queue.c index 0cd33701..fbf77108 100644 --- a/runtime/queue.c +++ b/runtime/queue.c @@ -127,7 +127,7 @@ static struct cnfparamblk pblk = }; /* debug aid */ -static void displayBatchState(batch_t *pBatch) +static inline void displayBatchState(batch_t *pBatch) { int i; for(i = 0 ; i < pBatch->nElem ; ++i) { |