File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ set(crimson_common_srcs
2424 common/throttle.cc
2525 common/tmap_helpers.cc
2626 common/tri_mutex.cc
27+ common/buffer_seastar.cc
2728 crush/CrushLocation.cc)
2829
2930# the specialized version of ceph-common, where
@@ -35,7 +36,6 @@ add_library(crimson-common STATIC
3536 ${PROJECT_SOURCE_DIR} /src/common/bit_str.cc
3637 ${PROJECT_SOURCE_DIR} /src/common/bloom_filter.cc
3738 ${PROJECT_SOURCE_DIR} /src/common/buffer.cc
38- ${PROJECT_SOURCE_DIR} /src/common/buffer_seastar.cc
3939 ${PROJECT_SOURCE_DIR} /src/common/ceph_argparse.cc
4040 ${PROJECT_SOURCE_DIR} /src/common/ceph_context.cc
4141 ${PROJECT_SOURCE_DIR} /src/common/ceph_crypto.cc
Original file line number Diff line number Diff line change 1010#include < seastar/core/future-util.hh>
1111#include < seastar/core/reactor.hh>
1212
13- #include " common/buffer_seastar.h"
13+ #include " crimson/ common/buffer_seastar.h"
1414#include " auth/KeyRing.h"
1515#include " include/denc.h"
1616#include " crimson/common/buffer_io.h"
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 22#include < seastar/core/temporary_buffer.hh>
33#include < gtest/gtest.h>
44#include " include/denc.h"
5- #include " common/buffer_seastar.h"
5+ #include " crimson/ common/buffer_seastar.h"
66
77using temporary_buffer = seastar::temporary_buffer<char >;
88using buffer_iterator = seastar_buffer_iterator;
You can’t perform that action at this time.
0 commit comments