From: Travis Cross Date: Mon, 26 May 2014 17:50:43 +0000 (+0000) Subject: mod_fifo: Document fifo_chime_data::list X-Git-Tag: v1.4.5~2^2~14^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f4ed9c123593263f4f6d3de033e156d319289f1;p=thirdparty%2Ffreeswitch.git mod_fifo: Document fifo_chime_data::list --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 8db7a5c545..911cd1fa4d 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -565,6 +565,12 @@ static void node_remove_uuid(fifo_node_t *node, const char *uuid) return; } +/*!\struct fifo_chime_data + * + * \var fifo_chime_data::list + * A list of strings representing things to play back to the caller + * while they are waiting to be connected with an agent. + */ #define MAX_CHIME 25 struct fifo_chime_data { char *list[MAX_CHIME];