Loading src/client/preload.cpp +2 −1 Changes for src/client/preload.cpp: 2 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ bool init_hermes_client(const std::string& transport_prefix) { try { hermes::engine_options opts; hermes::engine_options opts{}; #if USE_SHM opts |= hermes::use_auto_sm; #endif Loading Loading
src/client/preload.cpp +2 −1 Changes for src/client/preload.cpp: 2 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -96,7 +96,8 @@ bool init_hermes_client(const std::string& transport_prefix) { try { hermes::engine_options opts; hermes::engine_options opts{}; #if USE_SHM opts |= hermes::use_auto_sm; #endif Loading