@@ -26,7 +26,7 @@ index 8483085..9d263dd 100644
2626 add_subdirectory(benchmarks)
2727\ No newline at end of file
2828diff --git a/mooncake-store/include/offset_allocator/offset_allocator.hpp b/mooncake-store/include/offset_allocator/offset_allocator.hpp
29- index fde978b..ac54f8c 100644
29+ index b6d55c8..2d80158 100644
3030--- a/mooncake-store/include/offset_allocator/offset_allocator.hpp
3131+++ b/mooncake-store/include/offset_allocator/offset_allocator.hpp
3232@@ -6,7 +6,7 @@
@@ -38,40 +38,24 @@ index fde978b..ac54f8c 100644
3838
3939 namespace mooncake::offset_allocator {
4040 typedef unsigned char uint8;
41- diff --git a/mooncake-store/include/storage_backend.h b/mooncake-store/include/storage_backend.h
42- index a30f0c6..3bfeffb 100644
43- --- a/mooncake-store/include/storage_backend.h
44- +++ b/mooncake-store/include/storage_backend.h
45- @@ -4,8 +4,8 @@
46- #include <vector>
47- #include <mutex>
48- #include <fstream>
49- - #include <types.h>
50- - #include <file_interface.h>
51- + #include "types.h"
52- + #include "file_interface.h"
53- #include <filesystem>
54- #include <thread>
55- #include <chrono>
5641diff --git a/mooncake-store/include/types.h b/mooncake-store/include/types.h
57- index d2830a3..39c3b27 100644
42+ index 077926b..b36862b 100644
5843--- a/mooncake-store/include/types.h
5944+++ b/mooncake-store/include/types.h
60- @@ -10,8 +10,11 @@
61- #include <variant >
45+ @@ -8,7 +8,10 @@
46+ #include <unordered_map >
6247 #include <vector>
6348
6449- #include "Slab.h"
6550+ #include "cachelib_memory_allocator/Slab.h"
66- #include "allocator.h"
6751+ namespace iguana {
6852+ using std::contiguous_iterator;
6953+ }
7054 #include "ylt/struct_json/json_reader.h"
7155 #include "ylt/struct_json/json_writer.h"
7256
7357diff --git a/mooncake-store/src/ha_helper.cpp b/mooncake-store/src/ha_helper.cpp
74- index c1f4ded..e4b982b 100644
58+ index 796838a..8e72b80 100644
7559--- a/mooncake-store/src/ha_helper.cpp
7660+++ b/mooncake-store/src/ha_helper.cpp
7761@@ -1,3 +1,6 @@
@@ -81,7 +65,7 @@ index c1f4ded..e4b982b 100644
8165 #include "ha_helper.h"
8266 #include "etcd_helper.h"
8367 #include "rpc_service.h"
84- @@ -169 ,4 +172 ,6 @@ MasterServiceSupervisor::~MasterServiceSupervisor() {
68+ @@ -174 ,4 +177 ,6 @@ MasterServiceSupervisor::~MasterServiceSupervisor() {
8569 }
8670 }
8771
@@ -113,7 +97,7 @@ index f515671..7a019b6 100644
11397+ #pragma GCC pop_options
11498\ No newline at end of file
11599diff --git a/mooncake-store/src/utils.cpp b/mooncake-store/src/utils.cpp
116- index b775851..736d61d 100644
100+ index 9678f57..f41eb10 100644
117101--- a/mooncake-store/src/utils.cpp
118102+++ b/mooncake-store/src/utils.cpp
119103@@ -1,6 +1,6 @@
0 commit comments