summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
Commit message (Collapse)AuthorAgeFilesLines
...
* moved "glblModPath" variable inside global data poolRainer Gerhards2008-04-171-0/+11
| | | | (but still as a variable, not part of glbl object)
* modularization workRainer Gerhards2008-04-171-1/+3
| | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* prevented segfault during runtime library init phaseRainer Gerhards2008-04-161-0/+1
|
* some more cleanupRainer Gerhards2008-04-161-0/+16
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* provided ability to initialize the runtimeRainer Gerhards2008-04-161-0/+6
|
* moved files to the runtimeRainer Gerhards2008-04-161-0/+272
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.