mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
Converts locking for odbc containers from ast_mutex_lock to ao2_locks.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -44,7 +44,6 @@ enum {
|
||||
|
||||
/*! \brief ODBC container */
|
||||
struct odbc_obj {
|
||||
ast_mutex_t lock;
|
||||
SQLHDBC con; /*!< ODBC Connection Handle */
|
||||
struct odbc_class *parent; /*!< Information about the connection is protected */
|
||||
struct timeval last_used; /*!< Used by idlecheck to determine if the connection should be renegotiated */
|
||||
|
Reference in New Issue
Block a user