* [PATCH] stubdom: for safety, tell lwip we use the heap in the event handler
@ 2008-08-11 11:47 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-08-11 11:47 UTC (permalink / raw)
To: xen-devel
stubdom: for safety, tell lwip we use the heap in the event handler
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 11fa26c6c46c extras/mini-os/include/lwipopts.h
--- a/extras/mini-os/include/lwipopts.h Mon Aug 11 12:36:57 2008 +0100
+++ b/extras/mini-os/include/lwipopts.h Mon Aug 11 12:45:05 2008 +0100
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-11 11:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 11:47 [PATCH] stubdom: for safety, tell lwip we use the heap in the event handler Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.