add LwIP errno variable in the context of the task

This commit is contained in:
Stefan Lankes 2011-08-10 08:17:32 +02:00
parent 5d9f361174
commit 926f90fc4f

View file

@ -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