From 3a165a595ba75958d360a61fdb173b19f71096dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 8 Sep 2022 01:48:15 +0200 Subject: xC: use the relay protocol's RPC for pings --- xC-proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xC-proto') 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<>; -- cgit v1.2.3