summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2011-09-22 12:51:55 +0200
committerJiri Denemark <jdenemar@redhat.com>2011-11-24 11:44:08 +0100
commit4acd358a76d14f3123e017348446e1e90266cc9e (patch)
tree967f22c6da2d71e08894c4dcbed193f2ed5369a7 /.gitignore
parent2afc5a7bbfae78377c6f4a4d078be0e4eaaae733 (diff)
downloadlibvirt-4acd358a76d14f3123e017348446e1e90266cc9e.tar.gz
Define keepalive protocol
The keepalive program has two procedures: PING, and PONG. Both are used only in asynchronous messages and the sender doesn't wait for any reply. However, the party which receives PING messages is supposed to react by sending PONG message the other party, but no explicit binding between PING and PONG messages is made. For backward compatibility neither server nor client are allowed to send keepalive messages before checking that remote party supports them.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0552b5245d..61a9a3831f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,6 +65,7 @@
/src/locking/qemu-sanlock.conf
/src/remote/*_client_bodies.h
/src/remote/*_protocol.[ch]
+/src/rpc/virkeepaliveprotocol.[ch]
/src/rpc/virnetprotocol.[ch]
/src/util/virkeymaps.h
/tests/*.log