]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_fifo: Document fifo_chime_data::list
authorTravis Cross <tc@traviscross.com>
Mon, 26 May 2014 17:50:43 +0000 (17:50 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 28 May 2014 01:32:05 +0000 (01:32 +0000)
src/mod/applications/mod_fifo/mod_fifo.c

index 8db7a5c5451f97263388337c03b7288a19aec242..911cd1fa4d398e778d6430ba33088e2cbc74e5a5 100644 (file)
@@ -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];