summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-06 10:06:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-06 10:06:32 +0200
commitff2bb192f2c566f189a9d104d83d7a70c7888774 (patch)
tree7737c436f7f3ed611535879654d59e672cfd69c3 /runtime/modules.h
parentb056c258d7bab528034ec8c8749cdcf0d0102268 (diff)
downloadrsyslog-ff2bb192f2c566f189a9d104d83d7a70c7888774.tar.gz
rsyslog-ff2bb192f2c566f189a9d104d83d7a70c7888774.tar.xz
rsyslog-ff2bb192f2c566f189a9d104d83d7a70c7888774.zip
step: conf interface now natively supports priv drop
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index e3af1ad9..a62b1750 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -115,6 +115,7 @@ struct modInfo_s {
rsRetVal (*beginCnfLoad)(void*newCnf, rsconf_t *pConf);
rsRetVal (*endCnfLoad)(void*Cnf);
rsRetVal (*checkCnf)(void*Cnf);
+ rsRetVal (*activateCnfPrePrivDrop)(void*Cnf);
rsRetVal (*activateCnf)(void*Cnf); /* make provided config the running conf */
rsRetVal (*freeCnf)(void*Cnf);
/* end v2 config system specific */