diff options
Diffstat (limited to 'xC-proto')
-rw-r--r-- | xC-proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -129,6 +129,8 @@ struct EventMessage { case RESPONSE: u32 command_seq; union ResponseData switch (Command command) { + case PING: + void; case BUFFER_COMPLETE: u32 start; string completions<>; |