FS-7500: add force flag

This commit is contained in:
Anthony Minessale
2015-03-02 21:07:48 -06:00
committed by Michael Jerris
parent dbec35e734
commit 78d06832e7
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -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;