summaryrefslogtreecommitdiffstats
path: root/modules.h
Commit message (Collapse)AuthorAgeFilesLines
* - implemented onSelectReadyWrite() interfaceRainer Gerhards2007-07-261-0/+1
| | | | - milestone reached: no more access to f->f_un in syslogd.c
* introduced getWriteFDForSelect() module APIRainer Gerhards2007-07-251-0/+1
|
* added new function dbgPrintInstInfo() to omod interfaceRainer Gerhards2007-07-251-0/+1
|
* changed calling interface for freeInstance() - need to work with dualRainer Gerhards2007-07-251-1/+1
| | | | buffers in order to change output modules one by one
* changed output modules to use a template-based code generation system forRainer Gerhards2007-07-251-1/+1
| | | | standard entry points (implemented via preprocessor)
* TypeName is now pulled from the module itselfRainer Gerhards2007-07-241-0/+1
|
* moved discard functionality to an output moduleRainer Gerhards2007-07-241-0/+1
|
* changed select action config reader to use module interfaceRainer Gerhards2007-07-241-0/+3
|
* continued working on modularization; begun to create interface forRainer Gerhards2007-07-231-7/+11
| | | | | configuring actions selector lines; begun basic functionality for module initialization and loading built-in modules.
* added new modules file setRainer Gerhards2007-07-231-0/+83