summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ntux/ntux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ntux/ntux.h b/include/ntux/ntux.h
index d612e6e..d56e795 100644
--- a/include/ntux/ntux.h
+++ b/include/ntux/ntux.h
@@ -52,6 +52,8 @@ enum ntux_custom_error {
enum ntux_cmd {
NTUX_CMD_DEFAULT,
NTUX_CMD_STAT,
+ NTUX_CMD_SPAWN,
+ NTUX_CMD_STRACE,
};
struct ntux_source_version {
@@ -78,6 +80,9 @@ struct ntux_common_ctx {
uint64_t actflags;
uint64_t fmtflags;
enum ntux_cmd cmd;
+ uint32_t state;
+ char ** sargv;
+ char ** senvp;
};
struct ntux_driver_ctx {