]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5819: add missing status values that we check from apr to the enum so the compiler...
authorMichael Jerris <mike@jerris.com>
Thu, 26 Sep 2013 17:31:35 +0000 (13:31 -0400)
committerMichael Jerris <mike@jerris.com>
Thu, 26 Sep 2013 17:31:41 +0000 (13:31 -0400)
src/include/switch_types.h

index fd5208eea694ae48df62799c7b985e885ea26304..27a88dcc73683ae7b2e1d5f3149a39250dc62a45 100644 (file)
@@ -1041,7 +1041,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;