summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
authorchiefbiiko <noah.anabiik.schwarz@gmail.com>2019-05-17 20:03:01 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-05-17 14:03:01 -0400
commit00f6fa46b34b78e926a907ee24faec78a65eafc1 (patch)
tree856ba74eb30c595f98683d0aa3161c73caa13e5e /cli/msg.fbs
parent7f6549532c22e5e58deb37334fca06c949902e5f (diff)
Add crypto.getRandomValues() (#2327)
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;