summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
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 6efa871b6..9e4bf658e 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -19,6 +19,7 @@ union Any {
FetchRes,
FormatError,
FormatErrorRes,
+ GetRandomValues,
GlobalTimer,
GlobalTimerRes,
GlobalTimerStop,
@@ -578,4 +579,6 @@ table Seek {
whence: uint;
}
+table GetRandomValues {}
+
root_type Base;