api_msg_msg Struct Reference

#include <lwip/src/include/lwip/api_msg.h>


Data Fields

struct netconnconn
struct netbuf * b


Detailed Description

This struct includes everything that is necessary to execute a function for a netconn in another thread context (mainly used to process netconns in the tcpip_thread context to be thread safe).

Field Documentation

struct netconn* api_msg_msg::conn [read]

The netconn which to process - always needed: it includes the semaphore which is used to block the application thread until the function finished.

struct netbuf* api_msg_msg::b [read]

used for do_send


The documentation for this struct was generated from the following file:
Generated on Sun Mar 23 19:22:46 2008 for lwIP 1.3.0 by  doxygen 1.5.4