lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] why is netif declared static in ip_output()?


From: Adam Dunkels
Subject: [lwip-users] Re: [lwip] why is netif declared static in ip_output()?
Date: Thu, 09 Jan 2003 01:24:10 -0000

On Fri, 2002-11-08 at 07:15, Martin Glunz wrote:
> > why is netif declared static in ip_output()?
> 
> I don't see a problem declaring it local. It's a pointer,
> so stack usage should not be an issue.

Yep, it is a bug. The reason why it is declared static is probably from
me trying to minimize stack usage.

/adam

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




reply via email to

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