summaryrefslogtreecommitdiffstats
path: root/runtime/debug.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-01 16:11:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-01 16:11:11 +0200
commit56fc7acc06ad9b22f88566c1e9dc5ed4f203de45 (patch)
tree9726d5647bdcfc2fd80bc48e8a12b69d02abeb59 /runtime/debug.h
parent68f7a7bfd21a63c6b3f753341ac48a8873a260a7 (diff)
parent9020647cdcdb0ef132491838e36c870f4e4e90ea (diff)
downloadrsyslog-56fc7acc06ad9b22f88566c1e9dc5ed4f203de45.tar.gz
rsyslog-56fc7acc06ad9b22f88566c1e9dc5ed4f203de45.tar.bz2
rsyslog-56fc7acc06ad9b22f88566c1e9dc5ed4f203de45.zip
Merge branch 'v5-stable' into v6-stable
Diffstat (limited to 'runtime/debug.h')
-rw-r--r--runtime/debug.h1
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 */