From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] stubdom: for safety, tell lwip we use the heap in the event handler Date: Mon, 11 Aug 2008 12:47:27 +0100 Message-ID: <20080811114727.GK4499@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org stubdom: for safety, tell lwip we use the heap in the event handler Signed-off-by: Samuel Thibault 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