summaryrefslogtreecommitdiffstats
path: root/runtime/obj.h
Commit message (Collapse)AuthorAgeFilesLines
* fix: previous patch aborted in release modeRainer Gerhards2009-06-231-1/+3
|
* some more optimizationsRainer Gerhards2009-06-231-1/+1
| | | | | | | - 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)
* restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-1/+1
| | | | | | | ... this was long overdue, and I finlly tackeld it. It turned out to be more complex than I initially thought. The next step now probably is to actually implement multiple rule sets and the beauty that comes with them.
* moved files to the runtimeRainer Gerhards2008-04-161-0/+125
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.