aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/flatrpc/flatrpc.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/flatrpc/flatrpc.fbs')
-rw-r--r--pkg/flatrpc/flatrpc.fbs8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/flatrpc/flatrpc.fbs b/pkg/flatrpc/flatrpc.fbs
index cebc306a4..01cd8190d 100644
--- a/pkg/flatrpc/flatrpc.fbs
+++ b/pkg/flatrpc/flatrpc.fbs
@@ -207,8 +207,8 @@ table ProgInfoRaw {
// Result of executing a test program.
table ExecResultRaw {
- executing :ExecutingMessageRaw;
- output :[uint8];
- error :string;
- info :ProgInfoRaw;
+ id :int64;
+ output :[uint8];
+ error :string;
+ info :ProgInfoRaw;
}