task #10102: "netconn: clean up conn->err threading issues" by adding error return value to struct api_msg_msg

This commit is contained in:
goldsimon
2010-01-17 18:28:56 +00:00
parent 0e3c256667
commit 3e1cca65bd
3 changed files with 22 additions and 4 deletions

View File

@@ -50,6 +50,10 @@ HISTORY
++ Bugfixes:
2010-01-17: Simon Goldschmidt
* api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c):
task #10102: Netconn: clean up conn->err threading issues
2010-01-17: Simon Goldschmidt
* api.h, api_lib.c, sockets.c: Changed netconn_recv() and netconn_accept()
to return err_t (bugs #27709 and #28087)