summaryrefslogtreecommitdiffstats
path: root/runtime/debug.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-01-13 12:14:58 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-01-13 12:14:58 +0100
commit17d48fc49986af1e8e1cc2150213fe4f6111d7c6 (patch)
treeed8d4b549bf8a595a03355f9f7996dfe408faee3 /runtime/debug.h
parent25dd212bd0bbd68edf774221429bc59001794a7e (diff)
downloadrsyslog-17d48fc49986af1e8e1cc2150213fe4f6111d7c6.tar.gz
rsyslog-17d48fc49986af1e8e1cc2150213fe4f6111d7c6.tar.bz2
rsyslog-17d48fc49986af1e8e1cc2150213fe4f6111d7c6.zip
added capability to output thread-id-to-function debug info
This is a useful debug aid, but nothing of concern for regular users.
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 5bd26bd8..f802e8c1 100644
--- a/runtime/debug.h
+++ b/runtime/debug.h
@@ -104,6 +104,7 @@ void dbgSetExecLocation(int iStackPtr, int line);
void dbgSetThrdName(uchar *pszName);
void dbgPrintAllDebugInfo(void);
void *dbgmalloc(size_t size);
+void dbgOutputTID(char* name);
/* macros */
#ifdef DEBUGLESS