summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2012-04-25 13:57:01 +0000
committerOlle Johansson <oej@edvina.net>2012-04-25 13:57:01 +0000
commit04ddb5714fbddc64b8a81f3418e12ae371807527 (patch)
treefd4010b1042aaef101c4f7f2b6ecb991e9bc72b1
parentf102aecf1241789a2f256f04d4b0d70d243183bc (diff)
Add documentation
Thanks Tilghman! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@363637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index efebe163d..58c46333a 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1078,7 +1078,7 @@ struct callattempt {
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;