Doxegen this chan_dahdi lock.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@251946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2010-03-12 19:05:40 +00:00
parent d38d930ed5
commit 76961a63f8

View File

@@ -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 */