| Summary: | ASTERISK-06873: [patch] Junitor -- use new ast_channel_(lock|unlock|trylock) in many places | ||
| Reporter: | Denis Smirnov (mithraen) | Labels: | |
| Date Opened: | 2006-04-29 05:37:57 | Date Closed: | 2006-04-29 09:55:24 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) janitor.2.patch ( 1) janitor.channel-lock.patch | |
| Description: | use new ast_channel_(lock|unlock|trylock) in many places | ||
| Comments: | By: Russell Bryant (russell) 2006-04-29 08:40:04 This patch can not compile because of changes in res_monitor.c from chan->lock to chan->_lock By: Denis Smirnov (mithraen) 2006-04-29 09:27:36 Fixed By: Russell Bryant (russell) 2006-04-29 09:54:58 added to the trunk in revision 23355, thanks! | ||