summaryrefslogtreecommitdiff
path: root/src/rpc/virkeepaliveprotocol.x
blob: 5f158cfee7c8949e1c56a45c6a76d634264c4b73 (plain)
1
2
3
4
5
6
7
const KEEPALIVE_PROGRAM = 0x6b656570;
const KEEPALIVE_PROTOCOL_VERSION = 1;

enum keepalive_procedure {
    KEEPALIVE_PROC_PING = 1,
    KEEPALIVE_PROC_PONG = 2
};