[Asterisk-cvs] asterisk/include/asterisk module.h,1.18,1.19
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu Jun 23 22:14:32 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/channels chan_iax2.c,1.311,1.312
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.139,
1.140 chan_alsa.c, 1.44, 1.45 chan_features.c, 1.14,
1.15 chan_h323.c, 1.119, 1.120 chan_iax2.c, 1.312,
1.313 chan_local.c, 1.49, 1.50 chan_mgcp.c, 1.126,
1.127 chan_modem.c, 1.42, 1.43 chan_modem_aopen.c, 1.16,
1.17 chan_modem_bestdata.c, 1.17, 1.18 chan_modem_i4l.c, 1.28,
1.29 chan_nbs.c, 1.16, 1.17 chan_oss.c, 1.50,
1.51 chan_phone.c, 1.53, 1.54 chan_sip.c, 1.770,
1.771 chan_skinny.c, 1.82, 1.83 chan_vpb.c, 1.88,
1.89 chan_zap.c, 1.463, 1.464
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24396/include/asterisk
Modified Files:
module.h
Log Message:
don't use locks when reading usecounts (reading only, not writing)
Index: module.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/module.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- module.h 6 Jun 2005 20:27:51 -0000 1.18
+++ module.h 24 Jun 2005 02:15:04 -0000 1.19
@@ -210,9 +210,7 @@
}
#define STANDARD_USECOUNT(res) { \
- ast_mutex_lock(&localuser_lock); \
res = localusecnt; \
- ast_mutex_unlock(&localuser_lock); \
}
- Previous message: [Asterisk-cvs] asterisk/channels chan_iax2.c,1.311,1.312
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.139,
1.140 chan_alsa.c, 1.44, 1.45 chan_features.c, 1.14,
1.15 chan_h323.c, 1.119, 1.120 chan_iax2.c, 1.312,
1.313 chan_local.c, 1.49, 1.50 chan_mgcp.c, 1.126,
1.127 chan_modem.c, 1.42, 1.43 chan_modem_aopen.c, 1.16,
1.17 chan_modem_bestdata.c, 1.17, 1.18 chan_modem_i4l.c, 1.28,
1.29 chan_nbs.c, 1.16, 1.17 chan_oss.c, 1.50,
1.51 chan_phone.c, 1.53, 1.54 chan_sip.c, 1.770,
1.771 chan_skinny.c, 1.82, 1.83 chan_vpb.c, 1.88,
1.89 chan_zap.c, 1.463, 1.464
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list