From 8d890cb62663fd2e7620931b6c7366a3615a3445 Mon Sep 17 00:00:00 2001 From: BJ Weschke Date: Thu, 25 May 2006 01:40:20 +0000 Subject: [PATCH] Doxygen comment for Qwell git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30173 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app_queue.c b/apps/app_queue.c index a1d7e5b152..9b75d11d05 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1659,6 +1659,7 @@ static void record_abandoned(struct queue_ent *qe) ast_mutex_unlock(&qe->parent->lock); } +/*! \brief RNA == Ring No Answer. Common code that is executed when we try a queue member and they don't answer. */ static void rna(int rnatime, struct queue_ent *qe, char *membername) {