lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [lwip-users] memp.c with NO_SYS


From: Bill Auerbach
Subject: RE: [lwip-users] memp.c with NO_SYS
Date: Thu, 29 May 2008 12:45:34 -0400

These sizes (the array initializer) are #included by memp.c in memp_std.h.
My memp_std.h has NO_SYS wrappers:

#if NO_SYS==0
LWIP_MEMPOOL(TCPIP_MSG_API,  MEMP_NUM_TCPIP_MSG_API,   sizeof(struct
tcpip_msg),      "TCPIP_MSG_API")
LWIP_MEMPOOL(TCPIP_MSG_INPKT,MEMP_NUM_TCPIP_MSG_INPKT, sizeof(struct
tcpip_msg),      "TCPIP_MSG_INPKT")
#endif /* NO_SYS==0 */

Bill

> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On
> Behalf Of address@hidden
> Sent: Thursday, May 29, 2008 12:18 PM
> To: Mailing list for lwIP users
> Subject: RE: [lwip-users] memp.c with NO_SYS
> 
> On Thu, 29 May 2008, Bill Auerbach wrote:
> > What version of lwIP?  I've been running NO_SYS=1 since day one (6
> months
> > ago) and never have had errors compiling any RC3 builds.
> 
> 
> Everything is the latest, memp.c is revision 1.55  (6 months old)
> tcpip.h is revision 1.26 (2 months ago)
> 
> --
> Best Regards,
> Robert
> 
> Fighting SPAM with Active Spam Filter, see:
> http://a-s-k.sourceforge.net/
> 
> 
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]