diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-01-31 15:59:43 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-01-31 15:59:43 +0100 |
commit | fd256a09ffa109120304d293cf6faf808c5a1a21 (patch) | |
tree | 4a5f4db37b469a34531efa6cc0f5382c01630ab9 /runtime/debug.c | |
parent | 48ab717fedba586be5054320e32afc84afee9f52 (diff) | |
download | rsyslog-fd256a09ffa109120304d293cf6faf808c5a1a21.tar.gz rsyslog-fd256a09ffa109120304d293cf6faf808c5a1a21.tar.bz2 rsyslog-fd256a09ffa109120304d293cf6faf808c5a1a21.zip |
tcpsrv select-handler experimentally moved to multi-threading as well
first tests done with plain tcp, TLS subsystems tests need to be
carried out. No serious lab testing done so far.
Diffstat (limited to 'runtime/debug.c')
-rw-r--r-- | runtime/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debug.c b/runtime/debug.c index a017fc30..283dae3a 100644 --- a/runtime/debug.c +++ b/runtime/debug.c @@ -851,7 +851,7 @@ do_dbgprint(uchar *pszObjName, char *pszMsg, size_t lenMsg) struct timeval tv; # endif -#if 0 +#if 1 /* The bWasNL handler does not really work. It works if no thread * switching occurs during non-NL messages. Else, things are messed * up. Anyhow, it works well enough to provide useful help during |