libreport 2.13.1
A tool to inform users about various problems on the running system
Data Fields
post_state Struct Reference

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]
 

Detailed Description

Definition at line 33 of file libreport_curl.h.

Field Documentation

◆ body

char* post_state::body

Definition at line 55 of file libreport_curl.h.

◆ body_size

size_t post_state::body_size

Definition at line 56 of file libreport_curl.h.

◆ cert_authority_cert_path

const char* post_state::cert_authority_cert_path

Definition at line 40 of file libreport_curl.h.

◆ client_cert_path

const char* post_state::client_cert_path

Definition at line 38 of file libreport_curl.h.

◆ client_key_path

const char* post_state::client_key_path

Definition at line 39 of file libreport_curl.h.

◆ client_ssh_private_keyfile

const char* post_state::client_ssh_private_keyfile

Definition at line 43 of file libreport_curl.h.

◆ client_ssh_public_keyfile

const char* post_state::client_ssh_public_keyfile

Definition at line 42 of file libreport_curl.h.

◆ curl_error_msg

char* post_state::curl_error_msg

Definition at line 54 of file libreport_curl.h.

◆ curl_result

int post_state::curl_result

Definition at line 51 of file libreport_curl.h.

◆ errmsg

char post_state::errmsg[CURL_ERROR_SIZE]

Definition at line 57 of file libreport_curl.h.

◆ flags

int post_state::flags

Definition at line 35 of file libreport_curl.h.

◆ header_cnt

unsigned post_state::header_cnt

Definition at line 52 of file libreport_curl.h.

◆ headers

char** post_state::headers

Definition at line 53 of file libreport_curl.h.

◆ http_resp_code

int post_state::http_resp_code

Definition at line 45 of file libreport_curl.h.

◆ password

const char* post_state::password

Definition at line 37 of file libreport_curl.h.

◆ username

const char* post_state::username

Definition at line 36 of file libreport_curl.h.


The documentation for this struct was generated from the following file: