Data Fields | |
struct ct_socket * | next |
struct ct_socket * | prev |
int | fd |
int | eof |
ct_buf_t | rbuf |
ct_buf_t | sbuf |
unsigned int | use_large_tags: 1 |
unsigned int | use_network_byte_order: 1 |
unsigned int | listener: 1 |
int | events |
void * | user_data |
int(* | poll )(struct ct_socket *, struct pollfd *) |
int(* | error )(struct ct_socket *) |
int(* | recv )(struct ct_socket *) |
int(* | send )(struct ct_socket *) |
int(* | process )(struct ct_socket *, header_t *, ct_buf_t *, ct_buf_t *) |
void(* | close )(struct ct_socket *) |
pid_t | client_id |
uid_t | client_uid |
Definition at line 28 of file socket.h.
libp11, Copyright (C) 2005 Olaf Kirch <okir@lst.de> | ![]() |