stubdom: for safety, tell lwip we use the heap in the event handler
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 11 Aug 2008 14:00:06 +0000 (15:00 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 11 Aug 2008 14:00:06 +0000 (15:00 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
extras/mini-os/include/lwipopts.h

index 3bc9703cc2591c96e651156858f3ce870e2cb8cc..bc5555e45f261f44304467657748a3182a27ccd5 100644 (file)
@@ -15,6 +15,7 @@
 #define LWIP_DHCP 1
 #define LWIP_COMPAT_SOCKETS 0
 #define LWIP_IGMP 1
+#define LWIP_USE_HEAP_FROM_INTERRUPT 1
 #define MEMP_NUM_SYS_TIMEOUT 10
 #define TCP_SND_BUF 3000
 #define TCP_MSS 1500