add break

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3705 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-12-18 21:40:04 +00:00
parent e21807076a
commit c40aa9eec4
4 changed files with 38 additions and 34 deletions
+2 -1
View File
@@ -500,7 +500,8 @@ SWITCH_SIG_XFER - Stop the current io but leave it viable
typedef enum {
SWITCH_SIG_NONE,
SWITCH_SIG_KILL,
SWITCH_SIG_XFER
SWITCH_SIG_XFER,
SWITCH_SIG_BREAK
} switch_signal_t;
/*!