From 76d51b0f9a4bd0ff86150d0dfa78df7c8410b7ea Mon Sep 17 00:00:00 2001 From: andy finch Date: Mon, 17 Jun 2019 21:02:08 -0400 Subject: refactor dispatch take 2 (#2533) --- cli/msg.fbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/msg.fbs') diff --git a/cli/msg.fbs b/cli/msg.fbs index 56410097c..7e8292740 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -136,6 +136,8 @@ enum ErrorKind: byte { OpNotAvaiable, WorkerInitFailed, UnixError, + NoAsyncSupport, + NoSyncSupport, ImportMapError, } -- cgit v1.2.3