mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-13 07:59:00 +08:00
9a70abef24
CL: Add mbuf_append_and_free() and mbuf_move() PUBLISHED_FROM=bdf73906dd93b2ebeace160596508e15480b54b4
11 lines
186 B
Markdown
11 lines
186 B
Markdown
---
|
|
title: "mbuf_move()"
|
|
decl_name: "mbuf_move"
|
|
symbol_kind: "func"
|
|
signature: |
|
|
void mbuf_move(struct mbuf *from, struct mbuf *to);
|
|
---
|
|
|
|
Moves the state from one mbuf to the other.
|
|
|