mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
Merge pull request #10632 from ryneli/fix_ceph_buffer_list
librados: use bufferlist instead of buffer::list in public header Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
commit
004a8dd0df
@ -393,7 +393,7 @@ namespace librados
|
||||
void zero(uint64_t off, uint64_t len);
|
||||
void rmxattr(const char *name);
|
||||
void setxattr(const char *name, const bufferlist& bl);
|
||||
void setxattr(const char *name, const buffer::list&& bl);
|
||||
void setxattr(const char *name, const bufferlist&& bl);
|
||||
void tmap_update(const bufferlist& cmdbl);
|
||||
void tmap_put(const bufferlist& bl);
|
||||
void clone_range(uint64_t dst_off,
|
||||
|
Loading…
Reference in New Issue
Block a user