Loading ifs/include/global/global_defs.hpp +2 −0 Original line number Diff line number Diff line #ifndef IFS_GLOBAL_DEFS_HPP #define IFS_GLOBAL_DEFS_HPP #include <type_traits> //underlying_type // These constexpr set the RPC's identity and which handler the receiver end should use namespace hg_tag { constexpr auto fs_config = "ipc_srv_fs_config"; Loading ifs/include/preload/preload.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ #include <cerrno> #include <unistd.h> #include <global/global_defs.hpp> extern "C" { #include <abt.h> #include <mercury.h> Loading ifs/src/preload/open_file_map.cpp +1 −1 Original line number Diff line number Diff line #include <global/global_defs.hpp> #include <preload/open_file_map.hpp> #include <preload/preload.hpp> #include <preload/preload_util.hpp> Loading ifs/src/preload/preload.cpp +1 −1 Original line number Diff line number Diff line #include <global/global_defs.hpp> #include <preload/preload.hpp> #include <global/rpc/ipc_types.hpp> #include <preload/margo_ipc.hpp> Loading Loading
ifs/include/global/global_defs.hpp +2 −0 Original line number Diff line number Diff line #ifndef IFS_GLOBAL_DEFS_HPP #define IFS_GLOBAL_DEFS_HPP #include <type_traits> //underlying_type // These constexpr set the RPC's identity and which handler the receiver end should use namespace hg_tag { constexpr auto fs_config = "ipc_srv_fs_config"; Loading
ifs/include/preload/preload.hpp +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ #include <cerrno> #include <unistd.h> #include <global/global_defs.hpp> extern "C" { #include <abt.h> #include <mercury.h> Loading
ifs/src/preload/open_file_map.cpp +1 −1 Original line number Diff line number Diff line #include <global/global_defs.hpp> #include <preload/open_file_map.hpp> #include <preload/preload.hpp> #include <preload/preload_util.hpp> Loading
ifs/src/preload/preload.cpp +1 −1 Original line number Diff line number Diff line #include <global/global_defs.hpp> #include <preload/preload.hpp> #include <global/rpc/ipc_types.hpp> #include <preload/margo_ipc.hpp> Loading