summaryrefslogtreecommitdiffstats
path: root/runtime/conf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-15 13:58:10 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-15 13:58:10 +0200
commit766e3e93d86d0284b135ee37f57d5af9dd25e298 (patch)
tree883cab507eecc94d820308332e64a88aadf35d20 /runtime/conf.h
parent60a7a0d4d0d592ef6e372edc919ef62e13ee062e (diff)
downloadrsyslog-766e3e93d86d0284b135ee37f57d5af9dd25e298.tar.gz
rsyslog-766e3e93d86d0284b135ee37f57d5af9dd25e298.tar.xz
rsyslog-766e3e93d86d0284b135ee37f57d5af9dd25e298.zip
some mild restart-type HUP cleanup
... only those things that were obvious (and puzzled people looking at the code without konwing the subtle issues of HUP ;)).
Diffstat (limited to 'runtime/conf.h')
-rw-r--r--runtime/conf.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/conf.h b/runtime/conf.h
index 25b887be..6db1623e 100644
--- a/runtime/conf.h
+++ b/runtime/conf.h
@@ -37,10 +37,12 @@ BEGINinterface(conf) /* name must also be changed in ENDinterface macro! */
rsRetVal (*doIncludeLine)(uchar **pp, __attribute__((unused)) void* pVal);
rsRetVal (*cfline)(uchar *line, rule_t **pfCurr);
rsRetVal (*processConfFile)(uchar *pConfFile);
- rsRetVal (*ReInitConf)(void);
rsRetVal (*GetNbrActActions)(int *);
ENDinterface(conf)
-#define confCURR_IF_VERSION 2 /* increment whenever you change the interface structure! */
+#define confCURR_IF_VERSION 3 /* increment whenever you change the interface structure! */
+/* in Version 3, entry point "ReInitConf()" was removed, as we do not longer need
+ * to support restart-type HUP -- rgerhards, 2009-07-15
+ */
/* prototypes */