dect
/
asterisk
Archived
13
0
Fork 0

Actually commit the new #defines

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2436 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
citats 2004-03-15 08:36:25 +00:00
parent 1c4a4007af
commit ecede97dc4
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
#include <pthread.h>
#define AST_PTHREADT_NULL (pthread_t) -1
#define AST_PTHREADT_STOP (pthread_t) -2
#ifdef DEBUG_THREADS
#ifdef THREAD_CRASH
#define DO_THREAD_CRASH do { *((int *)(0)) = 1; } while(0)