aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-12 19:49:00 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-12 19:49:00 +0000
commitbe3d372c96861b70a2bab91ee3b9d3d28a774aa2 (patch)
tree33acfd3df147fe21ac9e088155a30c3158e97aaa /channels/chan_dahdi.c
parent85d69eaaab108ed480b68decf07320393f0d231e (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.2@251991 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_dahdi.c')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 0883355a4..20287d735 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -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 */