Home
last modified time | relevance | path

Searched defs:uv_process_options_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h975 typedef struct uv_process_options_s { struct
976 uv_exit_cb exit_cb; /* Called after the process exits. */
977 const char* file; /* Path to program to execute. */
984 char** args;
989 char** env;
994 const char* cwd;
999 unsigned int flags;
1009 int stdio_count;
1010 uv_stdio_container_t* stdio;
1016 uv_uid_t uid;
[all …]