commit | 6d54228fd1f293d00576ab2c3d2e4992c7cce12f | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Mon Jun 25 17:26:55 2018 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Aug 02 21:26:11 2018 +0200 |
tree | c05fcb7bfe28add1a7272d70b73ea3317de11570 | |
parent | 93d35c754d97a57bda2a2c6c39dce9b67a9f3c99 [diff] |
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: Ilya Dryomov <idryomov@gmail.com>