Doug Anson / mbedConnectorInterfaceV3
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