Mon Apr 28 2014 10:07:13

Asterisk developer's documentation


ast_tcptls_session_instance Struct Reference

#include <tcptls.h>

Collaboration diagram for ast_tcptls_session_instance:

Data Fields

int client
FILE * f
int fd
ast_mutex_t lock
struct ast_stroverflow_buf
struct ast_tcptls_session_argsparent
struct ast_sockaddr remote_address
SSL * ssl

Detailed Description

Definition at line 142 of file tcptls.h.


Field Documentation

XXX Why do we still use this lock when this struct is allocated as an ao2 object which has its own lock?

Definition at line 151 of file tcptls.h.

Referenced by _sip_tcp_helper_thread(), ast_tcptls_client_create(), ast_tcptls_server_root(), session_instance_destructor(), sip_tcptls_write(), and sip_tls_read().


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