packages/net/mosquitto/patches/100-disable-memory-reporting.patch
loswillios bd511b4dcb [packages] mosquitto: [PATCH] Add support for the mosquitto MQTT message broker, tools and library. Signed-off-by: Karl Palsson<karlp@tweak.net.au>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-15 14:54:15 +00:00

13 lines
555 B
Diff

diff -r 490c907277dc config.h
--- a/config.h Sat Jan 15 22:23:50 2011 +0000
+++ b/config.h Wed Jan 26 13:37:36 2011 +0000
@@ -15,7 +15,7 @@
/* Compile with memory tracking support? If disabled, mosquitto won't track
* heap memory usage nor export '$SYS/broker/heap/current size', but will use
* slightly less memory and CPU time. */
-#define WITH_MEMORY_TRACKING
+//#define WITH_MEMORY_TRACKING
/* Compile with the ability to upgrade from old style sqlite persistent
* databases to the new mosquitto format. This means a dependency on sqlite. It