File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -747,6 +747,12 @@ RMW_INTERFACE_FN(
747
747
1 , ARG_TYPES(
748
748
rmw_feature_t ))
749
749
750
+ RMW_INTERFACE_FN(
751
+ rmw_notify_participant_dynamic_network_interface,
752
+ rmw_ret_t , RMW_RET_ERROR,
753
+ 1 , ARG_TYPES(
754
+ rmw_context_t *))
755
+
750
756
#define GET_SYMBOL (x ) symbol_ ## x = get_symbol(#x);
751
757
752
758
void prefetch_symbols (void )
@@ -840,6 +846,7 @@ void prefetch_symbols(void)
840
846
GET_SYMBOL (rmw_client_set_on_new_response_callback)
841
847
GET_SYMBOL (rmw_event_set_callback)
842
848
GET_SYMBOL (rmw_feature_supported)
849
+ GET_SYMBOL (rmw_notify_participant_dynamic_network_interface)
843
850
}
844
851
845
852
void * symbol_rmw_init = nullptr ;
@@ -956,5 +963,6 @@ unload_library()
956
963
symbol_rmw_client_set_on_new_response_callback = nullptr ;
957
964
symbol_rmw_event_set_callback = nullptr ;
958
965
symbol_rmw_feature_supported = nullptr ;
966
+ symbol_rmw_notify_participant_dynamic_network_interface = nullptr ;
959
967
g_rmw_lib.reset ();
960
968
}
You can’t perform that action at this time.
0 commit comments