We use the contents to update counters when transactions conflict,
deltas may validly be empty there.
Signed-off-by: Samuel Just <sjust@redhat.com>
std::ostream &print_detail(std::ostream &out) const final;
ceph::bufferlist get_delta() final {
- assert(!delta_buffer.empty());
ceph::buffer::ptr bptr(delta_buffer.get_bytes());
delta_buffer.copy_out(bptr.c_str(), bptr.length());
ceph::bufferlist bl;
}
ceph::bufferlist get_delta() final {
- assert(!delta_buffer.empty());
ceph::buffer::ptr bptr(delta_buffer.get_bytes());
delta_buffer.copy_out(bptr.c_str(), bptr.length());
ceph::bufferlist bl;