OpenOCD
connection Struct Reference
Collaboration diagram for connection:

Data Fields

struct command_contextcmd_ctx
 
int fd
 
int fd_out
 
bool input_pending
 
struct connectionnext
 
void * priv
 
struct serviceservice
 
struct sockaddr_in sin
 

Detailed Description

Definition at line 36 of file server.h.

Field Documentation

◆ cmd_ctx

◆ fd

int connection::fd

◆ fd_out

int connection::fd_out

Definition at line 38 of file server.h.

Referenced by add_connection(), and connection_write().

◆ input_pending

◆ next

struct connection* connection::next

◆ priv

◆ service

◆ sin

struct sockaddr_in connection::sin

Definition at line 38 of file server.h.

Referenced by add_connection().


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