mongoose/docs/c-api/mbuf.h/mbuf_move.md
Deomid Ryabkov 9a70abef24 Add mbuf_append_and_free() and mbuf_move()
CL: Add mbuf_append_and_free() and mbuf_move()

PUBLISHED_FROM=bdf73906dd93b2ebeace160596508e15480b54b4
2018-12-05 21:49:01 +00:00

186 B

title decl_name symbol_kind signature
mbuf_move() mbuf_move func void mbuf_move(struct mbuf *from, struct mbuf *to);

Moves the state from one mbuf to the other.