summaryrefslogtreecommitdiffstats
path: root/runtime/syslogd-types.h
Commit message (Collapse)AuthorAgeFilesLines
* internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-201-1/+2
| | | | | | | | ... but an alternate approach via pthread_kill. This is somewhat safer as we do not need to think about the cancel-safeness of all libraries we use. However, not all inputs can easily supported, so this now is a feature that can be requested by the input module (the most important ones request it).
* bugfix: missing initialization during timestamp creationv4.5.0Rainer Gerhards2009-07-031-0/+4
| | | | | This could lead to timestamps written in the wrong format, but not to an abort.
* some more optimizationsRainer Gerhards2009-06-231-14/+16
| | | | | | | - done malloc() instead of calloc() for msg_t, as we have large space which needs not be initialized - shrunk syslogTime structure in the hope to get better cache and write performance (non-aligned data should not hurt much here)
* moved files to the runtimeRainer Gerhards2008-04-161-0/+103
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.