summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-23 14:17:41 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-23 14:17:41 +0000
commitd3b87ff0001873c77a4d0a49586a3f3fcd71c39e (patch)
tree565c5d13c371d421de5837b1d44ea136d324dd31 /debug.h
parenta43cae1e3850632c3bf4cf7c2b48a7c3f90bce31 (diff)
downloadrsyslog-d3b87ff0001873c77a4d0a49586a3f3fcd71c39e.tar.gz
rsyslog-d3b87ff0001873c77a4d0a49586a3f3fcd71c39e.tar.xz
rsyslog-d3b87ff0001873c77a4d0a49586a3f3fcd71c39e.zip
looks like the first actually usable debug class is done
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 88f85de4..33d96773 100644
--- a/debug.h
+++ b/debug.h
@@ -43,6 +43,7 @@ int dbgMutexLock(pthread_mutex_t *pmut, const char *file, const char* func, int
void dbgprintf(char *fmt, ...) __attribute__((format(printf,1, 2)));
int dbgEntrFunc(char* file, int line, const char* func);
void dbgExitFunc(int iStackPtrRestore, char* file, int line, const char* func);
+void dbgSetThrdName(uchar *pszName);
/* macros */
#if 1 /* DEV debug: set to 1 to get a rough call trace -- rgerhards, 2008-01-13 */