Switch to unified view
a/src/utils/debuglog.cpp | b/src/utils/debuglog.cpp | ||
---|---|---|---|
... |
... |
||
396 | 396 | ||
397 | ////////////////////////////////////////// TEST DRIVER ////////////////// |
397 | ////////////////////////////////////////// TEST DRIVER ////////////////// |
398 | #else /* TEST_DEBUGLOG */ |
398 | #else /* TEST_DEBUGLOG */ |
399 | 399 | ||
400 | #include <stdio.h> |
400 | #include <stdio.h> |
401 | #include <stdlib.h> |
||
402 | #include <unistd.h> |
||
403 | #include <string.h> |
||
404 | |||
401 | #include "debuglog.h" |
405 | #include "debuglog.h" |
402 | 406 | ||
403 | #if DEBUGLOG_USE_THREADS |
407 | #if DEBUGLOG_USE_THREADS |
404 | #define TEST_THREADS |
408 | //#define TEST_THREADS
|
405 | #endif |
409 | #endif |
406 | 410 | ||
407 | #ifdef TEST_THREADS |
411 | #ifdef TEST_THREADS |
408 | #include <pthread.h> |
412 | #include <pthread.h> |
409 | #endif |
413 | #endif |