Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bluestore: use btree_map for allocator #7269

Merged
merged 11 commits into from Jan 27, 2016
5 changes: 5 additions & 0 deletions src/include/Makefile.am
Expand Up @@ -52,6 +52,7 @@ noinst_HEADERS += \
include/atomic.h \
include/bitmapper.h \
include/blobhash.h \
include/btree_interval_set.h \
include/buffer.h \
include/buffer_fwd.h \
include/byteorder.h \
Expand All @@ -63,9 +64,13 @@ noinst_HEADERS += \
include/cmp.h \
include/color.h \
include/compat.h \
include/cpp-btree/btree.h \
include/cpp-btree/btree_container.h \
include/cpp-btree/btree_map.h \
include/sock_compat.h \
include/crc32c.h \
include/encoding.h \
include/encoding_btree.h \
include/err.h \
include/error.h \
include/filepath.h \
Expand Down