From 2552dbb4ed6ec940f7a32daa8313a31c86ca02a9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 27 Oct 2016 10:05:13 -0300 Subject: [PATCH] test --- src/komodo_utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 686da09f5..b0836d31d 100644 --- a/src/komodo_utils.h +++ b/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