diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-14 10:03:44 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-14 10:03:44 +0000 |
commit | 5e747be2d0bd05f1c075a2e12bfad56844ddc7d1 (patch) | |
tree | ba1fd71887a30d995e53f05e8a95b3f96e0152f6 /plugins/imtemplate | |
parent | 413aa120019af45ee8c8c51934cbf5df844a3bdd (diff) | |
download | rsyslog-5e747be2d0bd05f1c075a2e12bfad56844ddc7d1.tar.gz rsyslog-5e747be2d0bd05f1c075a2e12bfad56844ddc7d1.tar.xz rsyslog-5e747be2d0bd05f1c075a2e12bfad56844ddc7d1.zip |
- improved file polling algorithm for more rapid file data delivery
- some more cleanup
Diffstat (limited to 'plugins/imtemplate')
-rw-r--r-- | plugins/imtemplate/imtemplate.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/imtemplate/imtemplate.c b/plugins/imtemplate/imtemplate.c index d3e6bbca..867f2778 100644 --- a/plugins/imtemplate/imtemplate.c +++ b/plugins/imtemplate/imtemplate.c @@ -323,7 +323,8 @@ ENDrunInput * input shall run or not. The idea is that if some config settings (or similiar things) * are not OK, the input can tell rsyslog it will not execute. To do so, return * RS_RET_NO_RUN or a specific error code. If RS_RET_OK is returned, rsyslog will - * proceed and call the runInput() entry point. + * proceed and call the runInput() entry point. If you do not return anything + * specific, RS_RET_OK is automatically returned (as in all functions). */ BEGINwillRun /* place any variables needed here */ |