aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/lwipopts.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-11 15:00:06 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-11 15:00:06 +0100
commit03d1528a6a241f50c27ab6359bbf6c6c0faf7da1 (patch)
treead5846cfee8fc0c0a6f19764394043004f755d5e /extras/mini-os/include/lwipopts.h
parent42b54bfe29e05563b5bd17182d4b8c2dd5cb1dc6 (diff)
downloadxen-03d1528a6a241f50c27ab6359bbf6c6c0faf7da1.tar.gz
xen-03d1528a6a241f50c27ab6359bbf6c6c0faf7da1.tar.bz2
xen-03d1528a6a241f50c27ab6359bbf6c6c0faf7da1.zip
stubdom: for safety, tell lwip we use the heap in the event handler
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/include/lwipopts.h')
-rw-r--r--extras/mini-os/include/lwipopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/mini-os/include/lwipopts.h b/extras/mini-os/include/lwipopts.h
index 3bc9703cc2..bc5555e45f 100644
--- a/extras/mini-os/include/lwipopts.h
+++ b/extras/mini-os/include/lwipopts.h
@@ -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