mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-7500: add force flag
This commit is contained in:
@@ -1769,7 +1769,8 @@ typedef uint32_t switch_file_flag_t;
|
||||
typedef enum {
|
||||
SWITCH_IO_FLAG_NONE = 0,
|
||||
SWITCH_IO_FLAG_NOBLOCK = (1 << 0),
|
||||
SWITCH_IO_FLAG_SINGLE_READ = (1 << 1)
|
||||
SWITCH_IO_FLAG_SINGLE_READ = (1 << 1),
|
||||
SWITCH_IO_FLAG_FORCE = (1 << 2)
|
||||
} switch_io_flag_enum_t;
|
||||
typedef uint32_t switch_io_flag_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user