diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-23 14:17:41 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-23 14:17:41 +0000 |
commit | d3b87ff0001873c77a4d0a49586a3f3fcd71c39e (patch) | |
tree | 565c5d13c371d421de5837b1d44ea136d324dd31 /debug.h | |
parent | a43cae1e3850632c3bf4cf7c2b48a7c3f90bce31 (diff) | |
download | rsyslog-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |