提交 5f4ed9c1 authored 作者: Travis Cross's avatar Travis Cross

mod_fifo: Document fifo_chime_data::list

上级 2c7c1526
......@@ -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];
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论