Loading src/daemon/daemon.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ void init_environment() { throw; } #endif // Initialize data backend std::string chunk_storage_path = GKFS_DATA->rootdir() + "/data/chunks"s; GKFS_DATA->spdlogger()->debug("{}() Initializing storage backend: '{}'", __func__, chunk_storage_path); Loading Loading @@ -360,6 +361,7 @@ void parse_input(const po::variables_map& vm) { GKFS_DATA->spdlogger()->debug("{}() Shared memory (auto_sm) for intra-node communication (IPCs) set to '{}'.", __func__, use_auto_sm); string addr{}; if (vm.count("listen")) { addr = vm["listen"].as<string>(); Loading Loading @@ -437,7 +439,6 @@ void parse_input(const po::variables_map& vm) { #endif } } int main(int argc, const char* argv[]) { Loading src/daemon/handler/srv_data.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ #include <global/chunk_calc_util.hpp> #include "leaf/handle_errors.hpp" #ifdef GKFS_ENABLE_AGIOS #include <daemon/scheduler/agios.hpp> Loading @@ -31,6 +32,7 @@ #define AGIOS_SERVER_ID_IGNORE 0 #endif using namespace std; /* Loading Loading
src/daemon/daemon.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ void init_environment() { throw; } #endif // Initialize data backend std::string chunk_storage_path = GKFS_DATA->rootdir() + "/data/chunks"s; GKFS_DATA->spdlogger()->debug("{}() Initializing storage backend: '{}'", __func__, chunk_storage_path); Loading Loading @@ -360,6 +361,7 @@ void parse_input(const po::variables_map& vm) { GKFS_DATA->spdlogger()->debug("{}() Shared memory (auto_sm) for intra-node communication (IPCs) set to '{}'.", __func__, use_auto_sm); string addr{}; if (vm.count("listen")) { addr = vm["listen"].as<string>(); Loading Loading @@ -437,7 +439,6 @@ void parse_input(const po::variables_map& vm) { #endif } } int main(int argc, const char* argv[]) { Loading
src/daemon/handler/srv_data.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ #include <global/chunk_calc_util.hpp> #include "leaf/handle_errors.hpp" #ifdef GKFS_ENABLE_AGIOS #include <daemon/scheduler/agios.hpp> Loading @@ -31,6 +32,7 @@ #define AGIOS_SERVER_ID_IGNORE 0 #endif using namespace std; /* Loading