mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_size
This commit is contained in:
parent
6ffee9e54a
commit
65ef9cab66
5 changed files with 26 additions and 19 deletions
|
|
@ -59,7 +59,6 @@ msgpack_unpack_struct_decl(_context) {
|
|||
|
||||
msgpack_unpack_func(void, _init)(msgpack_unpack_struct(_context)* ctx)
|
||||
{
|
||||
/*memset(ctx, 0, sizeof( msgpack_unpack_struct(_context) )); FIXME needed? */
|
||||
ctx->cs = CS_HEADER;
|
||||
ctx->trail = 0;
|
||||
ctx->top = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue