]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Implement dispatch functions for lock protocol in virtlockd
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 3 Aug 2012 09:27:07 +0000 (10:27 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 13 Dec 2012 15:26:57 +0000 (15:26 +0000)
commit0e49b83912ada6ef9560bf674e6280eccabe96f7
treef3d0c7b7f1c83c3650234ac4145cdf19221e42ef
parentad39fd83a8b497646f1fa2d1982ebfe17daffd2e
Implement dispatch functions for lock protocol in virtlockd

Introduce a lock_daemon_dispatch.c file which implements the
server side dispatcher the RPC APIs previously defined in the
lock protocol.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
.gitignore
po/POTFILES.in
src/Makefile.am
src/internal.h
src/locking/lock_daemon.c
src/locking/lock_daemon.h
src/locking/lock_daemon_dispatch.c [new file with mode: 0644]
src/locking/lock_daemon_dispatch.h [new file with mode: 0644]