Skip to content
Commit 278b1d70 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: ceph_decode_skip_* helpers



Some of these won't be as efficient as they could be (e.g.
ceph_decode_skip_set(... 32 ...) could advance by len * sizeof(u32)
once instead of advancing by sizeof(u32) len times), but that's fine
and not worth a bunch of extra macro code.

Replace skip_name_map() with ceph_decode_skip_map as an example.

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent ab75144b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment