FSCORE-639 with some additional changes

This commit is contained in:
Anthony Minessale
2010-07-29 17:41:23 -05:00
parent 5c6a1f44ad
commit d6d7773ca4
6 changed files with 144 additions and 66 deletions
+2 -1
View File
@@ -1289,7 +1289,8 @@ typedef uint32_t switch_file_flag_t;
typedef enum {
SWITCH_IO_FLAG_NONE = 0,
SWITCH_IO_FLAG_NOBLOCK = (1 << 0)
SWITCH_IO_FLAG_NOBLOCK = (1 << 0),
SWITCH_IO_FLAG_SINGLE_READ = (1 << 1)
} switch_io_flag_enum_t;
typedef uint32_t switch_io_flag_t;