[asterisk-commits] oej: trunk r363637 - /trunk/apps/app_queue.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Apr 25 08:57:06 CDT 2012
Author: oej
Date: Wed Apr 25 08:57:01 2012
New Revision: 363637
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=363637
Log:
Add documentation
Thanks Tilghman!
Modified:
trunk/apps/app_queue.c
Modified: trunk/apps/app_queue.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_queue.c?view=diff&rev=363637&r1=363636&r2=363637
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Wed Apr 25 08:57:01 2012
@@ -1078,7 +1078,7 @@
struct callattempt *q_next;
struct callattempt *call_next;
struct ast_channel *chan;
- char interface[256];
+ char interface[256]; /*!< An Asterisk dial string (not a channel name) */
int stillgoing;
int metric;
time_t lastcall;
More information about the asterisk-commits
mailing list