diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-08 01:48:15 +0200 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-08 01:48:46 +0200 |
| commit | 3a165a595ba75958d360a61fdb173b19f71096dd (patch) | |
| tree | a37a5e65b67d67b79641485f6199909eb12bfcdd /xC-proto | |
| parent | 4ba28c6ed3b952a06aba8ae96220c429d4d02365 (diff) | |
| download | xK-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-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<>; |
