]> xenbits.xensource.com Git - libvirt.git/commit
Implement remote protocol for managed save
authorDaniel Veillard <veillard@redhat.com>
Thu, 1 Apr 2010 08:54:12 +0000 (10:54 +0200)
committerDaniel Veillard <veillard@redhat.com>
Sun, 4 Apr 2010 09:36:33 +0000 (11:36 +0200)
commit7a3da17a585b2cdea07719499f55594d19072931
tree80ba3142bdf051f7816d1daea619cceb893ef7bd
parent15c647a91e8c5bcfcb02ac4e755160c5c99a2a1e
Implement remote protocol for managed save

* src/remote/remote_protocol.x src/remote/remote_protocol.h
  src/remote/remote_protocol.c src/remote/remote_driver.c: add the entry
  points in the remote driver
* daemon/remote.c daemon/remote_dispatch_args.h
  daemon/remote_dispatch_prototypes.h daemon/remote_dispatch_table.h:
  and implement the daemon counterpart
daemon/remote.c
daemon/remote_dispatch_args.h
daemon/remote_dispatch_prototypes.h
daemon/remote_dispatch_ret.h
daemon/remote_dispatch_table.h
src/remote/remote_driver.c
src/remote/remote_protocol.c
src/remote/remote_protocol.h
src/remote/remote_protocol.x