We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc507d1 commit c820fbbCopy full SHA for c820fbb
gloo/rendezvous/store.cc
@@ -6,6 +6,10 @@
6
* LICENSE file in the root directory of this source tree.
7
*/
8
9
+#include "store.h"
10
+
11
namespace gloo {
-namespace rendezvous {} // namespace rendezvous
12
+namespace rendezvous {
13
+constexpr std::chrono::milliseconds Store::kDefaultTimeout;
14
+} // namespace rendezvous
15
} // namespace gloo
0 commit comments