Rainer Gerhards de84a12f8a introduced the idea of detached properties
some things inside the message can be used over a large number of
messages and need to to be allocated and re-written every time. I now
begin to implement this as a "prop_t" object, first use for the inputName.
Some input modules are already converted, some others to go. Will do
a little performance check on the new method before I go further.

Also, this commit has some cleanup and a few bug fixes that prevented
compiliation in debug mode (I overlooked this as I did not compile
for debug, what I normally do, and the automatted test also does not
do that)
2009-06-29 16:53:26 +02:00
..
2008-07-30 15:58:35 +02:00
2009-03-31 22:10:37 +02:00
2009-06-04 09:57:45 +02:00
2009-06-23 17:14:42 +02:00
2009-05-25 10:47:22 +02:00
2009-03-31 20:35:15 +02:00
2009-05-27 11:29:47 +02:00
2009-05-25 10:47:22 +02:00
2009-05-27 11:29:47 +02:00
2009-05-27 11:29:47 +02:00
2008-06-13 17:21:03 +02:00
2009-06-04 09:57:45 +02:00
2008-06-13 17:21:03 +02:00
2009-06-04 09:57:45 +02:00

This directory contains the rsyslog testbench. It is slowly
evolving. New tests are always welcome. So far, most tests check
out the functionality of a single module. More complex tests are
welcome.

For a simple sample, see rtinit.c, which does a simple
init/deinit check of the runtime system.

rgerhards, 2008-06-13