[Asterisk-cvs] asterisk/include/asterisk channel.h,1.40,1.41
markster at lists.digium.com
markster at lists.digium.com
Sat Mar 27 01:52:45 CST 2004
- Previous message: [Asterisk-cvs] asterisk/apps app_agi.c,1.32,1.33 app_disa.c,1.9,1.10 app_echo.c,1.7,1.8 app_festival.c,1.15,1.16 app_intercom.c,1.14,1.15 app_meetme.c,1.20,1.21 app_milliwatt.c,1.5,1.6 app_mp3.c,1.12,1.13 app_qcall.c,1.8,1.9 app_record.c,1.14,1.15 app_voicemail.c,1.68,1.69 app_zapbarge.c,1.1,1.2 app_zapscan.c,1.5,1.6
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c,1.66,1.67 chan_iax2.c,1.116,1.117 chan_mgcp.c,1.38,1.39 chan_sip.c,1.318,1.319 chan_skinny.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv1845/include/asterisk
Modified Files:
channel.h
Log Message:
Make read/write mode have a lock parameter and use it properly.
Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- channel.h 4 Mar 2004 01:11:25 -0000 1.40
+++ channel.h 27 Mar 2004 06:50:12 -0000 1.41
@@ -572,7 +572,7 @@
* Set read format for channel to whichever component of "format" is best.
* Returns 0 on success, -1 on failure
*/
-int ast_set_read_format(struct ast_channel *chan, int format);
+int ast_set_read_format(struct ast_channel *chan, int format, int needlock);
//! Sets write format on channel chan
/*!
@@ -581,7 +581,7 @@
* Set write format for channel to whichever compoent of "format" is best.
* Returns 0 on success, -1 on failure
*/
-int ast_set_write_format(struct ast_channel *chan, int format);
+int ast_set_write_format(struct ast_channel *chan, int format, int needlock);
//! Sends text to a channel
/*!
- Previous message: [Asterisk-cvs] asterisk/apps app_agi.c,1.32,1.33 app_disa.c,1.9,1.10 app_echo.c,1.7,1.8 app_festival.c,1.15,1.16 app_intercom.c,1.14,1.15 app_meetme.c,1.20,1.21 app_milliwatt.c,1.5,1.6 app_mp3.c,1.12,1.13 app_qcall.c,1.8,1.9 app_record.c,1.14,1.15 app_voicemail.c,1.68,1.69 app_zapbarge.c,1.1,1.2 app_zapscan.c,1.5,1.6
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c,1.66,1.67 chan_iax2.c,1.116,1.117 chan_mgcp.c,1.38,1.39 chan_sip.c,1.318,1.319 chan_skinny.c,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list