mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
[Core] Add PRE_CLOSED flag on file handle, add unit test.
This commit is contained in:
committed by
Andrey Volk
parent
5274dd1f9c
commit
b124b607d7
@@ -1937,7 +1937,8 @@ typedef enum {
|
||||
SWITCH_FILE_NOMUX = (1 << 17),
|
||||
SWITCH_FILE_BREAK_ON_CHANGE = (1 << 18),
|
||||
SWITCH_FILE_FLAG_VIDEO = (1 << 19),
|
||||
SWITCH_FILE_FLAG_VIDEO_EOF = (1 << 20)
|
||||
SWITCH_FILE_FLAG_VIDEO_EOF = (1 << 20),
|
||||
SWITCH_FILE_PRE_CLOSED = (1 << 21)
|
||||
} switch_file_flag_enum_t;
|
||||
typedef uint32_t switch_file_flag_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user