add LwIP errno variable in the context of the task
This commit is contained in:
parent
5d9f361174
commit
926f90fc4f
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ typedef struct task {
|
|||
uint32_t start_heap;
|
||||
/// End address of the heap
|
||||
uint32_t end_heap;
|
||||
#ifdef CONFIG_LWIP
|
||||
/// LwIP error code
|
||||
int lwip_err;
|
||||
#endif
|
||||
/// Mail inbox
|
||||
mailbox_wait_msg_t inbox;
|
||||
/// Mail outbox array
|
||||
|
|
Loading…
Add table
Reference in a new issue