libreport 2.13.1
A tool to inform users about various problems on the running system
|
Data Fields | |
int | flags |
const char * | username |
const char * | password |
const char * | client_cert_path |
const char * | client_key_path |
const char * | cert_authority_cert_path |
const char * | client_ssh_public_keyfile |
const char * | client_ssh_private_keyfile |
int | http_resp_code |
int | curl_result |
unsigned | header_cnt |
char ** | headers |
char * | curl_error_msg |
char * | body |
size_t | body_size |
char | errmsg [CURL_ERROR_SIZE] |
Definition at line 33 of file libreport_curl.h.
char* post_state::body |
Definition at line 55 of file libreport_curl.h.
size_t post_state::body_size |
Definition at line 56 of file libreport_curl.h.
const char* post_state::cert_authority_cert_path |
Definition at line 40 of file libreport_curl.h.
const char* post_state::client_cert_path |
Definition at line 38 of file libreport_curl.h.
const char* post_state::client_key_path |
Definition at line 39 of file libreport_curl.h.
const char* post_state::client_ssh_private_keyfile |
Definition at line 43 of file libreport_curl.h.
const char* post_state::client_ssh_public_keyfile |
Definition at line 42 of file libreport_curl.h.
char* post_state::curl_error_msg |
Definition at line 54 of file libreport_curl.h.
int post_state::curl_result |
Definition at line 51 of file libreport_curl.h.
char post_state::errmsg[CURL_ERROR_SIZE] |
Definition at line 57 of file libreport_curl.h.
int post_state::flags |
Definition at line 35 of file libreport_curl.h.
unsigned post_state::header_cnt |
Definition at line 52 of file libreport_curl.h.
char** post_state::headers |
Definition at line 53 of file libreport_curl.h.
int post_state::http_resp_code |
Definition at line 45 of file libreport_curl.h.
const char* post_state::password |
Definition at line 37 of file libreport_curl.h.
const char* post_state::username |
Definition at line 36 of file libreport_curl.h.