mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -155,8 +155,6 @@ struct ast_tcptls_session_instance {
|
||||
int client;
|
||||
struct ast_sockaddr remote_address;
|
||||
struct ast_tcptls_session_args *parent;
|
||||
/*! \todo XXX Why do we still use this lock when this struct is allocated as an ao2 object which has its own lock? */
|
||||
ast_mutex_t lock;
|
||||
};
|
||||
|
||||
#if defined(HAVE_FUNOPEN)
|
||||
|
Reference in New Issue
Block a user