]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
include/denc: new-style encoding framework
authorSage Weil <sage@redhat.com>
Tue, 13 Sep 2016 18:04:22 +0000 (14:04 -0400)
committerSage Weil <sage@redhat.com>
Sun, 16 Oct 2016 14:32:50 +0000 (10:32 -0400)
commit18d754f62032b4892b648592cb1b98df1b34e1f1
treea671f7b8a54fe6ce591689afd3a0052afa068b70
parent059065c499f28ee18a228f1899566a37e5862787
include/denc: new-style encoding framework

#include it from encoding.h so that we can make old STL container helpers
conditional on a new-style helper not being available.

Signed-off-by: Sage Weil <sage@redhat.com>
src/include/buffer.h
src/include/denc.h [new file with mode: 0644]
src/include/encoding.h
src/test/CMakeLists.txt
src/test/test_denc.cc [new file with mode: 0644]