summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v5-develRainer Gerhards2009-07-011-0/+1
|\
| * separate willRun and runInput calls for input modulesMichael Terry2009-06-291-0/+1
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | begin implementation of new transactional output module interfaceRainer Gerhards2009-04-271-0/+2
|/ | | | code is not complete, error cases are not handled.
* added configuration directive "HUPisRestart"Rainer Gerhards2008-10-231-0/+1
| | | | | ...which enables to configure HUP to be either a full restart or "just" a leightweight way to close open files
* bumped interface version number to reflect change to message parsingRainer Gerhards2008-10-091-1/+4
|
* moved files to the runtimeRainer Gerhards2008-04-161-0/+150
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.