summaryrefslogtreecommitdiff
path: root/src/msg.fbs
diff options
context:
space:
mode:
authorbokuweb <bokuweb@users.noreply.github.com>2019-01-27 06:10:38 +0900
committerBert Belder <bertbelder@gmail.com>2019-01-26 22:10:38 +0100
commitaaaa35548e146348a7f0c417e7ae64889fe744fb (patch)
treee2105792dba1b59594b0e5341782f31c93b889de /src/msg.fbs
parent19b2d4a62a7c4a0d323ea9307410e5afe00a4871 (diff)
timers: use int instead of double for timeout type (#1469)
Diffstat (limited to 'src/msg.fbs')
-rw-r--r--src/msg.fbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msg.fbs b/src/msg.fbs
index 4b303535f..e13b15daa 100644
--- a/src/msg.fbs
+++ b/src/msg.fbs
@@ -202,7 +202,7 @@ table Chdir {
}
table SetTimeout {
- timeout: double;
+ timeout: int;
}
table Exit {