Changeset 51 in libcf for trunk/include/cf_error.h


Ignore:
Timestamp:
04/02/13 10:23:52 (11 years ago)
Author:
cheese
Message:

#1 change the debugging utiltity to support single context with mutex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_error.h

    r46 r51  
    6262/*------------------------------------------------------------*/
    6363#define CF_ERROR_DEBUG_INVALID_CTX          CF_ERROR_DEBUG - 1
    64 #define CF_ERROR_DEBUG_SET_OUTPUT_FD        CF_ERROR_DEBUG - 2
    65 #define CF_ERROR_DEBUG_PUSH_CALLSTACK       CF_ERROR_DEBUG - 3
    66 #define CF_ERROR_DEBUG_POP_CALLSTACK        CF_ERROR_DEBUG - 4
     64#define CF_ERROR_DEBUG_PUSH_CALLSTACK       CF_ERROR_DEBUG - 2
     65#define CF_ERROR_DEBUG_POP_CALLSTACK        CF_ERROR_DEBUG - 3
     66#define CF_ERROR_DEBUG_PEEK_CALLSTACK       CF_ERROR_DEBUG - 4
     67#define CF_ERROR_DEBUG_ALLOCATE_CTX         CF_ERROR_DEBUG - 5
    6768/* }}} debug */
    6869
Note: See TracChangeset for help on using the changeset viewer.