]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Define a wire protocol for talking to the virtlockd daemon
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 6 Jul 2011 16:20:04 +0000 (17:20 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 13 Dec 2012 15:26:57 +0000 (15:26 +0000)
commitad39fd83a8b497646f1fa2d1982ebfe17daffd2e
treed44fdb144ccd1aad49dc2ee835139ff2b51649e7
parentc57e3d89944c582f104b39c4abec5c42f0141688
Define a wire protocol for talking to the virtlockd daemon

The virtlockd daemon will be responsible for managing locks
on virtual machines. Communication will be via the standard
RPC infrastructure. This provides the XDR protocol definition

* src/locking/lock_protocol.x: Wire protocol for virtlockd
* src/Makefile.am: Include lock_protocol.[ch] in virtlockd

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
.gitignore
cfg.mk
src/Makefile.am
src/locking/lock_protocol.x [new file with mode: 0644]