[asterisk-commits] russell: branch russell/chan_refcount r82709 - /team/russell/chan_refcount/in...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 17 16:28:43 CDT 2007


Author: russell
Date: Mon Sep 17 16:28:43 2007
New Revision: 82709

URL: http://svn.digium.com/view/asterisk?view=rev&rev=82709
Log:
remove the lock in ast_channel

Modified:
    team/russell/chan_refcount/include/asterisk/channel.h

Modified: team/russell/chan_refcount/include/asterisk/channel.h
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/include/asterisk/channel.h?view=diff&rev=82709&r1=82708&r2=82709
==============================================================================
--- team/russell/chan_refcount/include/asterisk/channel.h (original)
+++ team/russell/chan_refcount/include/asterisk/channel.h Mon Sep 17 16:28:43 2007
@@ -416,7 +416,6 @@
 	    							directly, use ast_softhangup() */
 	time_t	whentohangup;				/*!< Non-zero, set to actual time when channel is to be hung up */
 	pthread_t blocker;				/*!< If anyone is blocking, this is them */
-	ast_mutex_t lock;				/*!< Lock, can be used to lock a channel for some operations - see ast_channel_lock() */
 	const char *blockproc;				/*!< Procedure causing blocking */
 
 	const char *appl;				/*!< Current application */




More information about the asterisk-commits mailing list