diff options
Diffstat (limited to 'xC-proto')
-rw-r--r-- | xC-proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -104,6 +104,8 @@ struct EventMessage { } items<>; case BUFFER_CLEAR: string buffer_name; + + // Restriction: command_seq is strictly increasing, across both of these. case ERROR: u32 command_seq; string error; |