]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Doxygen comment for Qwell
authorBJ Weschke <bweschke@btwtech.com>
Thu, 25 May 2006 01:40:20 +0000 (01:40 +0000)
committerBJ Weschke <bweschke@btwtech.com>
Thu, 25 May 2006 01:40:20 +0000 (01:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30173 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_queue.c

index a1d7e5b1524b5b97bf80fe1a674fbc0ca9db53c1..9b75d11d05c189a7387699f76563c3917c1c9f37 100644 (file)
@@ -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)
 {