lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] stats struct name (bug #1901)


From: Jani Monoses
Subject: [lwip-users] [lwip] stats struct name (bug #1901)
Date: Thu, 09 Jan 2003 01:20:02 -0000

David 
you said stats is conflicting with the name of another struct form anoother lib
It should be changed to lwip_stats to be more generic.
Does the conflict appear at link time or at compile time too?
If it's link time only a simple (temporary) solution is rename the struct and 
have
#define stats lwip_stats 
so the users of it don't change.Otherwise it's a search and replace over 
the whole tree.Probably this is a better solution anyway.
Thoughts?

[This message was sent through the lwip discussion list.]




reply via email to

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