Skip to content
Commit 6d54228f authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: make ceph_osdc_notify{,_ack}() payload_len u32



The wire format dictates that payload_len fits into 4 bytes.  Take u32
instead of size_t to reflect that.

All callers pass a small integer, so no changes required.

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 93d35c75
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