diff options
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r-- | cli/msg.fbs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index c515b9add..4eca8dcf8 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -281,6 +281,7 @@ table PermissionsRes { write: bool; net: bool; env: bool; + high_precision: bool; } // Note this represents The WHOLE header of an http message, not just the key @@ -527,7 +528,8 @@ table RunStatusRes { table Now {} table NowRes { - time: uint64; + seconds: uint64; + subsec_nanos: uint32; } table IsTTY {} |