diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-05 14:19:12 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-05 14:19:12 +0200 |
commit | 7022e9019ebf9bf48ffd17ac11099f9cc2f22e4d (patch) | |
tree | f7cf32d138a95b1544d3643a1a18011c12115deb /tools/omfile.c | |
parent | 74ab20fa5cb95a90b46a4b423dc85b507f17ad8d (diff) | |
download | rsyslog-7022e9019ebf9bf48ffd17ac11099f9cc2f22e4d.tar.gz rsyslog-7022e9019ebf9bf48ffd17ac11099f9cc2f22e4d.tar.xz rsyslog-7022e9019ebf9bf48ffd17ac11099f9cc2f22e4d.zip |
support for different forwarding stream drivers added
they can now be set on an action-by-action basis
Diffstat (limited to 'tools/omfile.c')
-rw-r--r-- | tools/omfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/omfile.c b/tools/omfile.c index 4b5eb280..285e798d 100644 --- a/tools/omfile.c +++ b/tools/omfile.c @@ -840,6 +840,5 @@ CODEmodInit_QueryRegCFSLineHdlr CHKiRet(regCfSysLineHdlr((uchar *)"actionfiledefaulttemplate", 0, eCmdHdlrGetWord, NULL, &pszTplName, NULL)); CHKiRet(omsdRegCFSLineHdlr((uchar *)"resetconfigvariables", 1, eCmdHdlrCustomHandler, resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID)); ENDmodInit -/* - * vi:set ai: +/* vi:set ai: */ |