Loading include/global/chunk_calc_util.hpp→include/global/arithmetic/chunk_calc_util.hpp +0 −0 File moved. View file src/client/CMakeLists.txt +4 −3 Original line number Diff line number Diff line Loading @@ -42,7 +42,6 @@ set(PRELOAD_HEADERS ../../include/client/syscalls/syscall.hpp ../../include/client/syscalls/detail/syscall_info.h ../../include/global/cmake_configure.hpp ../../include/global/chunk_calc_util.hpp ../../include/global/global_defs.hpp ../../include/global/path_util.hpp ../../include/global/rpc/rpc_types.hpp Loading Loading @@ -70,7 +69,9 @@ set(PRELOAD_INCLUDE_DIRS add_library(gkfs_intercept SHARED ${PRELOAD_SRC} ${PRELOAD_HEADERS}) target_link_libraries(gkfs_intercept ${PRELOAD_LINK_LIBRARIES}) target_link_libraries(gkfs_intercept arithmetic ${PRELOAD_LINK_LIBRARIES}) target_include_directories(gkfs_intercept PRIVATE ${PRELOAD_INCLUDE_DIRS}) Loading src/client/rpc/forward_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ #include <client/logging.hpp> #include <global/rpc/distributor.hpp> #include <global/chunk_calc_util.hpp> #include <global/arithmetic/chunk_calc_util.hpp> #include <unordered_set> Loading src/daemon/handler/srv_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include <global/rpc/rpc_types.hpp> #include <global/rpc/distributor.hpp> #include <global/chunk_calc_util.hpp> #include <global/arithmetic/chunk_calc_util.hpp> #ifdef GKFS_ENABLE_AGIOS #include <daemon/scheduler/agios.hpp> Loading src/daemon/ops/data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ #include <daemon/ops/data.hpp> #include <daemon/backend/data/chunk_storage.hpp> #include <global/chunk_calc_util.hpp> #include <global/arithmetic/chunk_calc_util.hpp> #include <utility> extern "C" { Loading Loading
include/global/chunk_calc_util.hpp→include/global/arithmetic/chunk_calc_util.hpp +0 −0 File moved. View file
src/client/CMakeLists.txt +4 −3 Original line number Diff line number Diff line Loading @@ -42,7 +42,6 @@ set(PRELOAD_HEADERS ../../include/client/syscalls/syscall.hpp ../../include/client/syscalls/detail/syscall_info.h ../../include/global/cmake_configure.hpp ../../include/global/chunk_calc_util.hpp ../../include/global/global_defs.hpp ../../include/global/path_util.hpp ../../include/global/rpc/rpc_types.hpp Loading Loading @@ -70,7 +69,9 @@ set(PRELOAD_INCLUDE_DIRS add_library(gkfs_intercept SHARED ${PRELOAD_SRC} ${PRELOAD_HEADERS}) target_link_libraries(gkfs_intercept ${PRELOAD_LINK_LIBRARIES}) target_link_libraries(gkfs_intercept arithmetic ${PRELOAD_LINK_LIBRARIES}) target_include_directories(gkfs_intercept PRIVATE ${PRELOAD_INCLUDE_DIRS}) Loading
src/client/rpc/forward_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ #include <client/logging.hpp> #include <global/rpc/distributor.hpp> #include <global/chunk_calc_util.hpp> #include <global/arithmetic/chunk_calc_util.hpp> #include <unordered_set> Loading
src/daemon/handler/srv_data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include <global/rpc/rpc_types.hpp> #include <global/rpc/distributor.hpp> #include <global/chunk_calc_util.hpp> #include <global/arithmetic/chunk_calc_util.hpp> #ifdef GKFS_ENABLE_AGIOS #include <daemon/scheduler/agios.hpp> Loading
src/daemon/ops/data.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ #include <daemon/ops/data.hpp> #include <daemon/backend/data/chunk_storage.hpp> #include <global/chunk_calc_util.hpp> #include <global/arithmetic/chunk_calc_util.hpp> #include <utility> extern "C" { Loading