libamxp  1.4.0
Patterns C Implementation
_amxp_connection Struct Reference

#include <amxp_connection.h>

Data Fields

amxc_llist_it_t it
 
char * uri
 
int fd
 
amxp_fd_cb_t reader
 
void * el_data
 
void * priv
 
uint32_t type
 
amxp_fd_cb_t can_write
 

Detailed Description

Definition at line 69 of file amxp_connection.h.

Field Documentation

◆ can_write

amxp_fd_cb_t _amxp_connection::can_write

Definition at line 77 of file amxp_connection.h.

◆ el_data

void* _amxp_connection::el_data

Definition at line 74 of file amxp_connection.h.

◆ fd

int _amxp_connection::fd

Definition at line 72 of file amxp_connection.h.

◆ it

amxc_llist_it_t _amxp_connection::it

Definition at line 70 of file amxp_connection.h.

◆ priv

void* _amxp_connection::priv

Definition at line 75 of file amxp_connection.h.

◆ reader

amxp_fd_cb_t _amxp_connection::reader

Definition at line 73 of file amxp_connection.h.

◆ type

uint32_t _amxp_connection::type

Definition at line 76 of file amxp_connection.h.

◆ uri

char* _amxp_connection::uri

Definition at line 71 of file amxp_connection.h.


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