aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-12 19:05:40 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-12 19:05:40 +0000
commit9a7a28ec9073bfbed48207098e95c4019cb04df3 (patch)
treee43c389434c927d431f4934896293714d44c4ad2 /channels
parent89117b3d9e8e4dcf282790962843b6cf8bec00e7 (diff)
Doxegen this chan_dahdi lock.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@251946 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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 d107366e1..40868cd60 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -692,7 +692,7 @@ enum DAHDI_IFLIST {
};
struct dahdi_pvt {
- ast_mutex_t lock;
+ ast_mutex_t lock; /*!< Channel private lock. */
struct callerid_state *cs;
struct ast_channel *owner; /*!< Our current active owner (if applicable) */
/*!< Up to three channels can be associated with this call */