#include <D:/git/git_canopus_1/softpack/samv7/libraries/liblwip/source/lwip_1.3.2/src/include/lwip/api_msg.h>
Data Fields | |
void(* | function )(struct api_msg_msg *msg) |
struct api_msg_msg | msg |
This struct contains a function to execute in another thread context and a struct api_msg_msg that serves as an argument for this function. This is passed to tcpip_apimsg to execute functions in tcpip_thread context.
Definition at line 109 of file api_msg.h.
void(* api_msg::function)(struct api_msg_msg *msg) |
struct api_msg_msg api_msg::msg |