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 28e53eb commit 50d1d06Copy full SHA for 50d1d06
test_rmw_implementation/test/test_create_destroy_node.cpp
@@ -138,7 +138,7 @@ class TestLocalhostNodeConstructionDestruction : public ::testing::Test
138
ASSERT_EQ(RMW_RET_OK, ret) << rcutils_get_error_string().str;
139
options.enclave = rcutils_strdup("/", rcutils_get_default_allocator());
140
ASSERT_STREQ("/", options.enclave);
141
- options.localhost_only = RMW_LOCALHOST_ONLY_ENABLED;
+ options.discovery_options.automatic_discovery_range = RMW_AUTOMATIC_DISCOVERY_RANGE_LOCALHOST;
142
context = rmw_get_zero_initialized_context();
143
ret = rmw_init(&options, &context);
144
0 commit comments