Tizen RT Libs&Environment  v1.0 D5
spawn_open_file_action_s Struct Reference

structure for spawn open file action More...

#include <spawn.h>

Collaboration diagram for spawn_open_file_action_s:

Data Fields

FAR struct spawn_general_file_action_sflink
 
enum spawn_file_actions_e action
 
int fd
 
int oflags
 
mode_t mode
 
char path [1]
 

Detailed Description

structure for spawn open file action

Definition at line 127 of file spawn.h.

Field Documentation

enum spawn_file_actions_e action

Definition at line 129 of file spawn.h.

int fd

Definition at line 130 of file spawn.h.

FAR struct spawn_general_file_action_s* flink

Definition at line 128 of file spawn.h.

mode_t mode

Definition at line 132 of file spawn.h.

int oflags

Definition at line 131 of file spawn.h.

char path[1]

Definition at line 133 of file spawn.h.


The documentation for this struct was generated from the following file: