Merged revisions 251946 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r251946 | rmudgett | 2010-03-12 13:05:40 -0600 (Fri, 12 Mar 2010) | 1 line
  
  Doxegen this chan_dahdi lock.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@251991 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Richard Mudgett 17 years ago
parent 2edfdc9440
commit 2eef3c8ccb

@ -646,7 +646,7 @@ struct mwisend_info {
};
static struct dahdi_pvt {
ast_mutex_t lock;
ast_mutex_t lock; /*!< Channel private lock. */
struct ast_channel *owner; /*!< Our current active owner (if applicable) */
/*!< Up to three channels can be associated with this call */

Loading…
Cancel
Save