libjapi
0.3.2
Universal JSON API Library
|
JAPI client context. More...
#include <japi.h>
Data Fields | |
int | socket |
creadline_buf_t | crl_buffer |
struct __japi_client * | next |
JAPI client context.
Stores information for client connection
creadline_buf_t japi_client::crl_buffer |
Buffer used by creadline_r()
Referenced by japi_add_client().
struct __japi_client* japi_client::next |
Pointer to the next client struct or NULL
Referenced by japi_add_client(), japi_pushsrv_destroy(), japi_pushsrv_remove_client(), japi_pushsrv_sendmsg(), japi_remove_all_clients(), and japi_remove_client().
int japi_client::socket |
Socket to connect
Referenced by japi_add_client(), japi_pushsrv_destroy(), japi_pushsrv_remove_client(), japi_pushsrv_sendmsg(), japi_remove_all_clients(), and japi_remove_client().