mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 18:33:11 +00:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
|
/* -*- c -*- */
|
||
|
enum keepalive_procedure {
|
||
|
KEEPALIVE_PROC_PING = 1,
|
||
|
KEEPALIVE_PROC_PONG = 2,
|
||
|
};
|