From dbc9edcaac6ec1d2059f4c5bcd27cca6c266f5bf Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 13 Aug 2003 15:25:16 +0000 Subject: Totally revamp thread debugging to support locating and removing deadlocks git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1310 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/channel.h') diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 5fe9d2275..7cd2470e0 100755 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -97,7 +97,7 @@ struct ast_channel { /*! If anyone is blocking, this is them */ pthread_t blocker; /*! Lock, can be used to lock a channel for some operations */ - pthread_mutex_t lock; + ast_mutex_t lock; /*! Procedure causing blocking */ char *blockproc; -- cgit v1.2.3