lwip-users
[Top][All Lists]
Advanced

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

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


From: David Haas
Subject: [lwip-users] Re: [lwip] stats struct name (bug #1901)
Date: Thu, 09 Jan 2003 01:09:45 -0000

Jani,

Yes I am having this problem and I went through and replaced stats with
lwip_stats globally here in my code-base. Doing the #define would have
solved my problem, but I did'nt think of it. Good idea, although the search
and replace was not that hard.

David.

----- Original Message -----
From: "Jani Monoses" <address@hidden>
To: <address@hidden>
Sent: Wednesday, December 18, 2002 6:07 AM
Subject: [lwip] stats struct name (bug #1901)


> 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.]

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




reply via email to

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