summaryrefslogtreecommitdiffstats
path: root/dirty.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-27 13:33:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-27 13:33:06 +0200
commit706121052d2c2c0bca42b3f8f1e785dd96369772 (patch)
treebeb9f0118960a7d4d3cad2feb02d44e35388373b /dirty.h
parent929c8cb04b3d8d6649a7aa71aedc02c61565119b (diff)
downloadrsyslog-706121052d2c2c0bca42b3f8f1e785dd96369772.tar.gz
rsyslog-706121052d2c2c0bca42b3f8f1e785dd96369772.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dirty.h b/dirty.h
index f6b99741..f27c5780 100644
--- a/dirty.h
+++ b/dirty.h
@@ -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) \