]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 251946 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Fri, 12 Mar 2010 19:49:00 +0000 (19:49 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 12 Mar 2010 19:49:00 +0000 (19:49 +0000)
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

channels/chan_dahdi.c

index 0883355a45842ceb4672017e04e1f9c00223a4a5..20287d735fe39c81e0e36564bc430442b0993737 100644 (file)
@@ -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 */