libvirt/src/virkeepaliveprotocol-structs

6 lines
112 B
Plaintext
Raw Normal View History

/* -*- c -*- */
enum keepalive_procedure {
KEEPALIVE_PROC_PING = 1,
KEEPALIVE_PROC_PONG = 2,
};