From 58cc69f672f91841984fc4e1e9bcfb1a75362677 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 10 Mar 2019 15:37:05 -0400 Subject: Make timers act like normal ops This is in preperation for core integration. --- src/msg.fbs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/msg.fbs') diff --git a/src/msg.fbs b/src/msg.fbs index 4d54b185e..279264a45 100644 --- a/src/msg.fbs +++ b/src/msg.fbs @@ -16,6 +16,9 @@ union Any { FetchRes, FormatError, FormatErrorRes, + GlobalTimer, + GlobalTimerRes, + GlobalTimerStop, IsTTY, IsTTYRes, Listen, @@ -55,7 +58,6 @@ union Any { RunStatusRes, Seek, SetEnv, - SetTimeout, Shutdown, Start, StartRes, @@ -210,10 +212,14 @@ table Chdir { directory: string; } -table SetTimeout { +table GlobalTimer { timeout: int; } +table GlobalTimerRes { } + +table GlobalTimerStop { } + table Exit { code: int; } -- cgit v1.2.3