diff options
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r-- | cli/msg.fbs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index e034aa687..56410097c 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -136,8 +136,6 @@ enum ErrorKind: byte { OpNotAvaiable, WorkerInitFailed, UnixError, - NoAsyncSupport, - NoSyncSupport, ImportMapError, } @@ -155,6 +153,7 @@ enum MediaType: byte { } table Base { + cmd_id: uint32; sync: bool = false; error_kind: ErrorKind = NoError; error: string; |