summaryrefslogtreecommitdiffstats
path: root/runtime/syslogd-types.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.