[Asterisk-cvs] asterisk/include/asterisk channel.h,1.69,1.70

markster at lists.digium.com markster at lists.digium.com
Sun Jan 9 13:35:40 CST 2005


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv26354/include/asterisk

Modified Files:
	channel.h 
Log Message:
Remove unused channel fields (bug #3301)


Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- channel.h	8 Jan 2005 19:00:46 -0000	1.69
+++ channel.h	9 Jan 2005 19:40:01 -0000	1.70
@@ -98,10 +98,6 @@
 	/*! Who are we bridged to, if we're bridged  Do not access directly,
 	    use ast_bridged_channel(chan) */
 	struct ast_channel *_bridge;
-	/*! Who did we call? */
-	struct ast_channel *dialed;
-	/*! Who called us? */
-	struct ast_channel *dialing;
 	/*! Channel that will masquerade as us */
 	struct ast_channel *masq;		
 	/*! Who we are masquerading as */




More information about the svn-commits mailing list