NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
118:96627c4b83d5
Parent:
115:950b19eb0f02
--- a/Socket.h	Wed Apr 20 19:48:17 2016 -0500
+++ b/Socket.h	Wed Apr 20 20:38:00 2016 -0500
@@ -169,6 +169,7 @@
     int open(NetworkStack *iface, nsapi_protocol_t proto);
 
     static void thunk(void *);
+    static void wakeup();
 
     NetworkStack *_iface;
     void *_socket;