Asterisk - The Open Source Telephony Project GIT-master-abe0018
Data Fields
curl_open_socket_data Struct Reference

Context structure passed to ast_curl_open_socket_default_cb. More...

#include <curl_utils.h>

Collaboration diagram for curl_open_socket_data:
Collaboration graph
[legend]

Data Fields

const struct ast_acl_listacl
 
char * debug_info
 
curl_socket_t sockfd
 

Detailed Description

Context structure passed to ast_curl_open_socket_default_cb.

Definition at line 341 of file curl_utils.h.

Field Documentation

◆ acl

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().

◆ debug_info

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().

◆ sockfd

curl_socket_t sockfd

Definition at line 355 of file curl_utils.h.

Referenced by curl_open_socket_cb().


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