aboutsummaryrefslogtreecommitdiff
path: root/xC-proto
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-08 01:48:15 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-08 01:48:46 +0200
commit3a165a595ba75958d360a61fdb173b19f71096dd (patch)
treea37a5e65b67d67b79641485f6199909eb12bfcdd /xC-proto
parent4ba28c6ed3b952a06aba8ae96220c429d4d02365 (diff)
downloadxK-3a165a595ba75958d360a61fdb173b19f71096dd.tar.gz
xK-3a165a595ba75958d360a61fdb173b19f71096dd.tar.xz
xK-3a165a595ba75958d360a61fdb173b19f71096dd.zip
xC: use the relay protocol's RPC for pings
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<>;