[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] Can we remove pbuf_init()
From: |
Goldschmidt Simon |
Subject: |
[lwip-devel] Can we remove pbuf_init() |
Date: |
Mon, 11 Jun 2007 12:38:36 +0200 |
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 ;-)
Simon
- [lwip-devel] Can we remove pbuf_init(),
Goldschmidt Simon <=