posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
posix_spawn_file_actions_t Struct Reference

Ordered list of file actions performed in the child, initialized with posix_spawn_file_actions_init(). More...

#include <zephyr/posix/spawn.h>

Data Fields

struct posix_spawn_file_action * actions
 
int num
 
int cap
 

Detailed Description

Ordered list of file actions performed in the child, initialized with posix_spawn_file_actions_init().

Definition at line 86 of file spawn.h.

Field Documentation

◆ actions

struct posix_spawn_file_action* posix_spawn_file_actions_t::actions

Definition at line 87 of file spawn.h.

◆ cap

int posix_spawn_file_actions_t::cap

Definition at line 89 of file spawn.h.

◆ num

int posix_spawn_file_actions_t::num

Definition at line 88 of file spawn.h.


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