Changeset 21 in libcf for trunk/include/cf_debug.h


Ignore:
Timestamp:
02/01/13 17:46:09 (11 years ago)
Author:
cheese
Message:

#1 add test code for multi-threading, socket and multi-threaded logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_debug.h

    r16 r21  
    3333    do {                                                            \
    3434    CF_UPDATE_CTX (__ctx);                                          \
    35     CF_Debug_Trace (__ctx,__bin,__len,__fmt,##__VA_ARGS__);         \
     35    CF_Debug_TraceBin (__ctx,__bin,__len,__fmt,##__VA_ARGS__);      \
    3636    } while (0)
    3737# define CF_DEBUG_CALLSTACK_PUSH(__ctx)                             \
Note: See TracChangeset for help on using the changeset viewer.