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/Options.h
- Revision:
- 20:90964c5070e1
- Parent:
- 19:56f958475694
diff -r 56f958475694 -r 90964c5070e1 mbed-connector-interface/Options.h --- a/mbed-connector-interface/Options.h Fri Jun 10 19:27:24 2016 +0000 +++ b/mbed-connector-interface/Options.h Fri Jun 10 19:29:07 2016 +0000 @@ -279,6 +279,9 @@ StaticResourcesList m_static_resources; DynamicResourcesList m_dynamic_resources; ResourceObserversList m_resource_observers; + + // Our Endpoint + void *m_endpoint; }; } // namespace Connector