[svn-commits] rmudgett: trunk r251946 - /trunk/channels/chan_dahdi.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Mar 12 13:05:44 CST 2010
Author: rmudgett
Date: Fri Mar 12 13:05:40 2010
New Revision: 251946
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=251946
Log:
Doxegen this chan_dahdi lock.
Modified:
trunk/channels/chan_dahdi.c
Modified: trunk/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=251946&r1=251945&r2=251946
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Fri Mar 12 13:05:40 2010
@@ -692,7 +692,7 @@
};
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 */
More information about the svn-commits
mailing list