diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-02-27 17:38:36 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-02-27 17:38:36 +0100 |
commit | 84d9283b9fc3492654d637a3941f4dde6c9d46e7 (patch) | |
tree | 846096a414c160991935ce73fd647ae63e371adc /runtime/debug.h | |
parent | 14efde3492026d0a37f2e89736772ec884e3ae2d (diff) | |
parent | 8700672c769084dea7d85158f497e3b9a9942c12 (diff) | |
download | rsyslog-84d9283b9fc3492654d637a3941f4dde6c9d46e7.tar.gz rsyslog-84d9283b9fc3492654d637a3941f4dde6c9d46e7.tar.bz2 rsyslog-84d9283b9fc3492654d637a3941f4dde6c9d46e7.zip |
Merge branch 'master' into master-omjournal
Diffstat (limited to 'runtime/debug.h')
-rw-r--r-- | runtime/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/debug.h b/runtime/debug.h index f802e8c1..d8585fee 100644 --- a/runtime/debug.h +++ b/runtime/debug.h @@ -89,6 +89,8 @@ typedef struct dbgCallStack_s { /* prototypes */ rsRetVal dbgClassInit(void); rsRetVal dbgClassExit(void); +void dbgSetDebugFile(uchar *fn); +void dbgSetDebugLevel(int level); void sigsegvHdlr(int signum); void dbgoprint(obj_t *pObj, char *fmt, ...) __attribute__((format(printf, 2, 3))); void dbgprintf(char *fmt, ...) __attribute__((format(printf, 1, 2))); |