mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 10:51:12 +00:00
04a469338d
This fixes make dist broken by recent keepalive series
6 lines
112 B
C
6 lines
112 B
C
/* -*- c -*- */
|
|
enum keepalive_procedure {
|
|
KEEPALIVE_PROC_PING = 1,
|
|
KEEPALIVE_PROC_PONG = 2,
|
|
};
|