Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mbed-connector-interface/mbedEndpointNetwork.h
- Revision:
- 8:f950fb1b78c0
- Parent:
- 6:d4d1105a1777
--- a/mbed-connector-interface/mbedEndpointNetwork.h Sun Feb 21 19:05:14 2016 +0000 +++ b/mbed-connector-interface/mbedEndpointNetwork.h Wed Feb 24 05:52:00 2016 +0000 @@ -40,10 +40,11 @@ // Include the Connector::OptionsBuilder #include "mbed-connector-interface/OptionsBuilder.h" - // Linkage to the lower network APIs and interfaces - extern "C" void net_stubs_plumb_network(void *p); - extern "C" void net_stubs_create_main_loop(Connector::Endpoint *endpoint); - extern "C" void net_stubs_begin_main_loop(Connector::Endpoint *endpoint); + // Linkage to the lower network APIs and interfaces + extern "C" void net_plumb_network(void *p); + extern "C" void net_perform_endpoint_registration(Connector::Endpoint *endpoint); + extern "C" void net_create_main_loop(Connector::Endpoint *endpoint); + extern "C" void net_begin_main_loop(Connector::Endpoint *endpoint); extern "C" void net_setup_deregistration_button(void *p); #endif // __MBED_ENDPOINT_NETWORK_H__