Asterisk - The Open Source Telephony Project GIT-master-0bf3178
|
Context structure passed to ast_curl_open_socket_default_cb. More...
#include <curl_utils.h>
Data Fields | |
const struct ast_acl_list * | acl |
char * | debug_info |
curl_socket_t | sockfd |
Context structure passed to ast_curl_open_socket_default_cb.
Definition at line 341 of file curl_utils.h.
const struct ast_acl_list* acl |
The acl should provide a whitelist. Request to servers with addresses not allowed by the acl will be rejected.
Definition at line 346 of file curl_utils.h.
Referenced by curl_open_socket_cb().
char* debug_info |
Identifying info placed at the start of log and trace messages.
Definition at line 350 of file curl_utils.h.
Referenced by curl_open_socket_cb(), and curl_open_socket_data_free().
curl_socket_t sockfd |
Definition at line 355 of file curl_utils.h.
Referenced by curl_open_socket_cb().