summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/eet_node.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/eet_node.c b/src/lib/eet_node.c
index db1c58c..190bc07 100644
--- a/src/lib/eet_node.c
+++ b/src/lib/eet_node.c
@@ -723,7 +723,11 @@ eet_node_init(void)
const char *choice;
const char *tmp;
+#ifdef EINA_DEFAULT_MEMPOOL
+ choice = "pass_through";
+#else
choice = "chained_mempool";
+#endif
tmp = getenv("EET_MEMPOOL");
if (tmp && tmp[0])
choice = tmp;