ELinks 0.16.1.1
|
Data Fields | |
void * | magic1 |
struct keepalive_connection * | next |
struct keepalive_connection * | prev |
void * | magic2 |
struct uri * | uri |
void(* | done )(struct connection *) |
timeval_T | timeout |
timeval_T | creation_time |
unsigned int | protocol_family:1 |
int | socket |
timeval_T keepalive_connection::creation_time |
void(* keepalive_connection::done) (struct connection *) |
void* keepalive_connection::magic1 |
void* keepalive_connection::magic2 |
struct keepalive_connection* keepalive_connection::next |
struct keepalive_connection* keepalive_connection::prev |
unsigned int keepalive_connection::protocol_family |
int keepalive_connection::socket |
timeval_T keepalive_connection::timeout |
struct uri* keepalive_connection::uri |