xC: use the relay protocol's RPC for pings

This commit is contained in:
2022-09-08 01:48:15 +02:00
parent 4ba28c6ed3
commit 3a165a595b
2 changed files with 16 additions and 10 deletions

View File

@@ -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<>;