Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
2552dbb4ed
  1. 1
      src/komodo_utils.h

1
src/komodo_utils.h

@ -20,6 +20,7 @@
#define portable_mutex_lock pthread_mutex_lock
#define portable_mutex_unlock pthread_mutex_unlock
struct allocitem { uint32_t allocsize,type; };
struct queueitem { struct queueitem *next,*prev; uint32_t allocsize,type; };
typedef struct queue

Loading…
Cancel
Save