Additional flags to be set when opening files. More...
#include <FileDescriptor.h>
Public Attributes | |
bool | inheritable = false |
Set to true to make the file visible to child processes. More... | |
bool | blocking = true |
Set to false if file will be used for Async I/O (see Async) More... | |
Additional flags to be set when opening files.
bool SC::FileDescriptor::OpenOptions::blocking = true |
Set to false if file will be used for Async I/O (see Async)
bool SC::FileDescriptor::OpenOptions::inheritable = false |
Set to true to make the file visible to child processes.