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: NetworkInterface.h
- Revision:
- 19:cad29ce6a01c
- Parent:
- 17:b1d417383c0d
- Child:
- 20:dd5f19874adf
diff -r 0a988e4abb72 -r cad29ce6a01c NetworkInterface.h
--- a/NetworkInterface.h Tue Apr 19 18:22:15 2016 -0500
+++ b/NetworkInterface.h Tue Apr 19 18:23:12 2016 -0500
@@ -201,9 +201,8 @@
/** Close the socket
* @param handle Socket handle
- * @param shutdown free the left-over data in message queues
*/
- virtual int socket_close(void *handle, bool shutdown) = 0;
+ virtual int socket_close(void *handle) = 0;
/** Register a callback on when a new connection is ready
* @param handle Socket handle