summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r--cli/msg.fbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs
index ff5454a91..b93fb68a7 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -67,6 +67,7 @@ union Any {
StatRes,
Symlink,
Truncate,
+ Utime,
CreateWorker,
CreateWorkerRes,
HostGetWorkerClosed,
@@ -434,6 +435,12 @@ table Truncate {
len: uint;
}
+table Utime {
+ filename: string;
+ atime: uint64;
+ mtime: uint64;
+}
+
table Open {
filename: string;
perm: uint;