summaryrefslogtreecommitdiffstats
path: root/runtime/debug.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-07 17:18:51 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-07 17:18:51 +0200
commit26227091faac8c3cc9bc282eb4e4fc408635f8d2 (patch)
tree72670464c51c036d35bebf0a3d273a9f43f3ba29 /runtime/debug.c
parentc444f964490ed941d734769e7bca21a92db998cd (diff)
downloadrsyslog-26227091faac8c3cc9bc282eb4e4fc408635f8d2.tar.gz
rsyslog-26227091faac8c3cc9bc282eb4e4fc408635f8d2.tar.xz
rsyslog-26227091faac8c3cc9bc282eb4e4fc408635f8d2.zip
fixed a bug introduced today that lead to an abort in queue disk mode
Diffstat (limited to 'runtime/debug.c')
-rw-r--r--runtime/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debug.c b/runtime/debug.c
index ded1c218..807fd3f7 100644
--- a/runtime/debug.c
+++ b/runtime/debug.c
@@ -778,7 +778,7 @@ static void dbgCallStackPrint(dbgThrdInfo_t *pThrd)
/* print all threads call stacks
*/
-static void dbgCallStackPrintAll(void)
+void dbgCallStackPrintAll(void)
{
dbgThrdInfo_t *pThrd;
/* stack info */