]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
buffer: move buffer::raw to new header
authorCasey Bodley <cbodley@redhat.com>
Fri, 3 Nov 2017 23:06:31 +0000 (19:06 -0400)
committerKefu Chai <kchai@redhat.com>
Fri, 8 Jun 2018 12:58:15 +0000 (20:58 +0800)
commit13cba3986885d87123647382137d6d97a3b4dc6e
tree3729cbb40b178c89f67ca21e9ddf9004a116238b
parent8aac132dc49c3e54c442cacaaf6f223195a634fc
buffer: move buffer::raw to new header

this allows new raw buffer types to live outside of buffer.cc, and
potentially outside of libcommon entirely

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/buffer.cc
src/include/buffer_raw.h [new file with mode: 0644]