aboutsummaryrefslogtreecommitdiff
path: root/xC-proto
diff options
context:
space:
mode:
Diffstat (limited to 'xC-proto')
-rw-r--r--xC-proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/xC-proto b/xC-proto
index 46955e7..c44f095 100644
--- a/xC-proto
+++ b/xC-proto
@@ -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<>;