diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-05-29 11:36:13 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-05-29 11:36:13 +0200 |
commit | 6bc629021eb008e1d48627bdac70b1c8b237937b (patch) | |
tree | ba46a74eeb318ea266061bdbcd382f9752453931 /runtime/debug.h | |
parent | 5fa3c34a1fe0144a2d8cb74cb82a73d8c61d435d (diff) | |
parent | f4ec11fa779e7348f68ece1b3b50d499a0526ace (diff) | |
download | rsyslog-6bc629021eb008e1d48627bdac70b1c8b237937b.tar.gz rsyslog-6bc629021eb008e1d48627bdac70b1c8b237937b.tar.bz2 rsyslog-6bc629021eb008e1d48627bdac70b1c8b237937b.zip |
Merge branch 'v5-beta' into beta
Conflicts:
ChangeLog
Diffstat (limited to 'runtime/debug.h')
-rw-r--r-- | runtime/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/debug.h b/runtime/debug.h index 717c0fef..26672c3e 100644 --- a/runtime/debug.h +++ b/runtime/debug.h @@ -35,6 +35,7 @@ /* external static data elements (some time to be replaced) */ extern int Debug; /* debug flag - read-only after startup */ extern int debugging_on; /* read-only, except on sig USR1 */ +extern int stddbg; /* the handle for regular debug output, set to stdout if not forking, -1 otherwise */ /* data types */ |