summaryrefslogtreecommitdiff
path: root/include/asterisk/res_odbc.h
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-02-27 19:55:14 +0000
committerJonathan Rose <jrose@digium.com>2012-02-27 19:55:14 +0000
commite37631d0713924e04f5e0417fdcf6297f2e1560b (patch)
tree6542d5a11f6d936ef9c47fcf44cd0ff31b49e123 /include/asterisk/res_odbc.h
parentc20cfcdcf05168a5d4e8ef9e0263706e6094eba0 (diff)
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
Diffstat (limited to 'include/asterisk/res_odbc.h')
-rw-r--r--include/asterisk/res_odbc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/res_odbc.h b/include/asterisk/res_odbc.h
index 5760426ec..76d57f74c 100644
--- a/include/asterisk/res_odbc.h
+++ b/include/asterisk/res_odbc.h
@@ -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 */