1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-11 09:17:52 +03:00
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,
};