CLD
0.1git
|
#include <chunkc.h>
Data Fields | |
char * | host |
char * | user |
char * | key |
bool | verbose |
int | fd |
SSL_CTX * | ssl_ctx |
SSL * | ssl |
char | req_buf [sizeof(struct chunksrv_req)+CHD_KEY_SZ] |
int st_client::fd |
char* st_client::host |
char* st_client::key |
char st_client::req_buf[sizeof(struct chunksrv_req)+CHD_KEY_SZ] |
SSL* st_client::ssl |
SSL_CTX* st_client::ssl_ctx |
char* st_client::user |
bool st_client::verbose |