mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-7500: add force flag
This commit is contained in:
committed by
Michael Jerris
parent
dbec35e734
commit
78d06832e7
@@ -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