aboutsummaryrefslogtreecommitdiffstats
path: root/mmm_config.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-03-08 23:31:29 +0000
committerFreeArtMan <dos21h@gmail.com>2017-03-08 23:31:29 +0000
commite87adc6cbcbe3ec74a4d2c07aca944c7af122910 (patch)
treef45a698ac2827720235835dae1018facad1e5124 /mmm_config.h
parentc69d3961efcf26caca9c9c6a0e0fa37a77f72b90 (diff)
downloadagni-e87adc6cbcbe3ec74a4d2c07aca944c7af122910.tar.gz
agni-e87adc6cbcbe3ec74a4d2c07aca944c7af122910.zip
Request/Response between threads now works
Diffstat (limited to 'mmm_config.h')
-rw-r--r--mmm_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mmm_config.h b/mmm_config.h
index cca4f6a..99294c8 100644
--- a/mmm_config.h
+++ b/mmm_config.h
@@ -5,10 +5,10 @@
//ONLY ONE OF OPTION CAN BE USED
//noting is done with memory. only plain wrappers is usded.
-#define MMM_PLAIN
+//#define MMM_PLAIN
//cleans free after free if free is not NULL
-//#define MMM_PLAIN_SAFE
+#define MMM_PLAIN_SAFE
//show in terminal some data about used malocc and free
//#define MMM_RECORD