提交 09e45cdd authored 作者: Michael Jerris's avatar Michael Jerris

FS-5819: add missing status values that we check from apr to the enum so the…

FS-5819: add missing status values that we check from apr to the enum so the compiler knows the right type to use for the enum
上级 3d3a8f26
......@@ -1031,7 +1031,9 @@ typedef enum {
SWITCH_STATUS_FOUND,
SWITCH_STATUS_CONTINUE,
SWITCH_STATUS_TERM,
SWITCH_STATUS_NOT_INITALIZED
SWITCH_STATUS_NOT_INITALIZED,
SWITCH_STATUS_XBREAK = 35,
SWITCH_STATUS_WINBREAK = 730035
} switch_status_t;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论