Skip to content
Snippets Groups Projects
Commit 76961a63 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Doxegen this chan_dahdi lock.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@251946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d38d930e
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment