mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 09:33:44 +08:00
pbuf_alloc_copy -> pbuf_clone
This commit is contained in:
@@ -1332,7 +1332,7 @@ pbuf_coalesce(struct pbuf *p, pbuf_layer layer)
|
||||
* @return a new pbuf or NULL if allocation fails
|
||||
*/
|
||||
struct pbuf *
|
||||
pbuf_alloc_copy(pbuf_layer layer, pbuf_type type, struct pbuf *p)
|
||||
pbuf_clone(pbuf_layer layer, pbuf_type type, struct pbuf *p)
|
||||
{
|
||||
struct pbuf *q;
|
||||
err_t err;
|
||||
|
||||
Reference in New Issue
Block a user