dect
/
asterisk
Archived
13
0
Fork 0

Doxegen this chan_dahdi lock.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@251946 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rmudgett 2010-03-12 19:05:40 +00:00
parent 89117b3d9e
commit 9a7a28ec90
1 changed files with 1 additions and 1 deletions

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