This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
libvirt
mirror of
https://gitee.com/openkylin/libvirt.git
Watch
9
Star
0
Fork
You've already forked libvirt
0
Code
Issues
Projects
Releases
Wiki
Activity
c4ec51edd6
libvirt
/
src
/
virkeepaliveprotocol-structs
6 lines
112 B
C
Raw
Blame
History
/* -*- c -*- */
enum
keepalive_procedure
{
KEEPALIVE_PROC_PING
=
1
,
KEEPALIVE_PROC_PONG
=
2
,
}
;
Reference in New Issue
View Git Blame
Copy Permalink