Electroneum
pending_tcp Struct Reference

#include <outside_network.h>

Collaboration diagram for pending_tcp:

Public Attributes

struct pending_tcpnext_free
 
uint16_t id
 
struct comm_pointc
 
struct waiting_tcpquery
 

Detailed Description

Pending TCP query to server.

Definition at line 249 of file outside_network.h.

Member Data Documentation

◆ c

struct comm_point* pending_tcp::c

tcp comm point it was sent on (and reply must come back on).

Definition at line 255 of file outside_network.h.

◆ id

uint16_t pending_tcp::id

the ID for the query; checked in reply

Definition at line 253 of file outside_network.h.

◆ next_free

struct pending_tcp* pending_tcp::next_free

next in list of free tcp comm points, or NULL.

Definition at line 251 of file outside_network.h.

◆ query

struct waiting_tcp* pending_tcp::query

the query being serviced, NULL if the pending_tcp is unused.

Definition at line 257 of file outside_network.h.


The documentation for this struct was generated from the following file: