mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490 "Add return value to sys_mbox_post". tcpip_callback is always defined as "blocking" ("block" parameter = 1).
This commit is contained in:
@@ -19,6 +19,11 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2008-01-10 Frédéric Bernon
|
||||
* tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490
|
||||
"Add return value to sys_mbox_post". tcpip_callback is always defined as
|
||||
"blocking" ("block" parameter = 1).
|
||||
|
||||
2008-01-10 Frédéric Bernon
|
||||
* tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field
|
||||
netconn::mbox (sys_mbox_t) per netconn::sem (sys_sem_t) for the task #7490
|
||||
|
||||
Reference in New Issue
Block a user