MOS Source Code
|
#include <task_types.h>
Public Attributes | |
io_t * | io |
fd_flags_t | flags |
Definition at line 34 of file task_types.h.
io_t* io |
Definition at line 36 of file task_types.h.
Referenced by fd_manipulate(), io_dup2(), process_attach_ref_fd(), process_detach_fd(), process_do_execveat(), process_do_fork(), process_exit(), and process_get_fd().
fd_flags_t flags |
Definition at line 37 of file task_types.h.
Referenced by fd_manipulate(), io_dup2(), process_attach_ref_fd(), process_do_execveat(), and process_do_fork().