search for: 11fa26c6c46c

Displaying 1 result from an estimated 1 matches for "11fa26c6c46c".

2008 Aug 11
0
[PATCH] stubdom: for safety, tell lwip we use the heap in the event handler
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_INTE...