summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-06-22 01:00:14 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-06-21 16:00:14 -0700
commit642eaf97c67c6070935a2977014c743ba59deff8 (patch)
treee31a30799762aa72439185f0e7ece6151210084e /cli/msg.fbs
parenteb93dc58a11d9e9a295eff31f9c2c6a3a4c5170b (diff)
feat: redirect process stdio to file (#2554)
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r--cli/msg.fbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs
index d76e70d85..82a3d573d 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -538,6 +538,9 @@ table Run {
stdin: ProcessStdio;
stdout: ProcessStdio;
stderr: ProcessStdio;
+ stdin_rid: uint32;
+ stdout_rid: uint32;
+ stderr_rid: uint32;
}
table RunRes {