[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Can we remove pbuf_init()
From: |
Kieran Mansley |
Subject: |
Re: [lwip-devel] Can we remove pbuf_init() |
Date: |
Tue, 12 Jun 2007 16:17:56 +0100 |
On Mon, 2007-06-11 at 12:38 +0200, Goldschmidt Simon wrote:
> It doesn't do anything any more, only checks alignment of
> PBUF_POOL_BUFSIZE.
> It's simpler changing the use of PBUF_POOL_BUFSIZE in pbuf.c (and some
> other files) to
> MEM_ALIGN_SIZE(PBUF_POOL_BUFSIZE).
>
> Or does anyone need pbuf_init() (maybe for the future)???
>
> I'll remove it if noone objects ;-)
I don't object.
Kieran