diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-27 13:33:06 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-27 13:33:06 +0200 |
commit | 706121052d2c2c0bca42b3f8f1e785dd96369772 (patch) | |
tree | beb9f0118960a7d4d3cad2feb02d44e35388373b /dirty.h | |
parent | 929c8cb04b3d8d6649a7aa71aedc02c61565119b (diff) | |
download | rsyslog-706121052d2c2c0bca42b3f8f1e785dd96369772.tar.gz rsyslog-706121052d2c2c0bca42b3f8f1e785dd96369772.tar.bz2 rsyslog-706121052d2c2c0bca42b3f8f1e785dd96369772.zip |
step: shuffled module-related code from syslogd.c to rsconf.c
... plus some minor cleanup/code shuffle
Diffstat (limited to 'dirty.h')
-rw-r--r-- | dirty.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ rsRetVal createMainQueue(qqueue_t **ppQueue, uchar *pszQueueName); extern int MarkInterval; extern int repeatinterval[2]; extern qqueue_t *pMsgQueue; /* the main message queue */ +extern int iConfigVerify; /* is this just a config verify run? */ #define MAXREPEAT ((int)((sizeof(repeatinterval) / sizeof(repeatinterval[0])) - 1)) #define REPEATTIME(f) ((f)->f_time + repeatinterval[(f)->f_repeatcount]) #define BACKOFF(f) { if (++(f)->f_repeatcount > MAXREPEAT) \ |