#include <outside_network.h>
Data Fields | |
struct pending_tcp * | next_free |
next in list of free tcp comm points, or NULL. | |
uint16_t | id |
the ID for the query; checked in reply | |
struct comm_point * | c |
tcp comm point it was sent on (and reply must come back on). | |
struct waiting_tcp * | query |
the query being serviced, NULL if the pending_tcp is unused. |
struct pending_tcp* pending_tcp::next_free [read] |
next in list of free tcp comm points, or NULL.
Referenced by create_pending_tcp(), decomission_pending_tcp(), outnet_tcp_take_into_use(), and outnet_tcptimer().
struct comm_point* pending_tcp::c [read] |
tcp comm point it was sent on (and reply must come back on).
Referenced by create_pending_tcp(), decomission_pending_tcp(), outnet_get_mem(), outnet_tcp_take_into_use(), outnet_tcptimer(), and outside_network_delete().
struct waiting_tcp* pending_tcp::query [read] |
the query being serviced, NULL if the pending_tcp is unused.
Referenced by decomission_pending_tcp(), outnet_get_mem(), outnet_tcp_cb(), outnet_tcp_take_into_use(), outnet_tcptimer(), and outside_network_delete().