From 38e2385f5846860916f8880d818b3b024b8c7dd9 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 14 Aug 2017 19:56:24 +0200 Subject: msgq implementation --- code/core/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/core/config.h') diff --git a/code/core/config.h b/code/core/config.h index 7e2e416..ad67d8a 100644 --- a/code/core/config.h +++ b/code/core/config.h @@ -1,4 +1,5 @@ #define ECP_WITH_PTHREAD 1 #define ECP_WITH_HTABLE 1 #define ECP_WITH_RBUF 1 +#define ECP_WITH_MSGQ 1 #define ECP_DEBUG 1 \ No newline at end of file -- cgit v1.2.3