mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-03 00:59:02 +08:00
9a70abef24
CL: Add mbuf_append_and_free() and mbuf_move() PUBLISHED_FROM=bdf73906dd93b2ebeace160596508e15480b54b4
186 B
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.