]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Implement the new virinterface functions
authorLaine Stump <laine@laine.org>
Thu, 16 Jul 2009 15:58:15 +0000 (17:58 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 16 Jul 2009 15:58:15 +0000 (17:58 +0200)
commitd4ad29be2a108b926f8e96d351d36fc2e5f0b179
treea9ecfe6f92e6d770596f42545c2f6c7dd3ef7605
parent043c954e9f06a856cd340c8ac55dd03ca924c328
Implement the new virinterface functions

* src/driver.h: add new driver functions virDrvNumOfDefinedInterfaces
  and virDrvListDefinedInterfaces
* src/libvirt.c: implements the entry points, calling new driver
  functions
* qemud/remote.c qemud/remote_dispatch_args.h qemud/remote_protocol.[chx]
  qemud/remote_dispatch_prototypes.h qemud/remote_dispatch_ret.h
  qemud/remote_dispatch_table.h src/remote_internal.c: implement the
  client/server side of the RPC
qemud/remote.c
qemud/remote_dispatch_args.h
qemud/remote_dispatch_prototypes.h
qemud/remote_dispatch_ret.h
qemud/remote_dispatch_table.h
qemud/remote_protocol.c
qemud/remote_protocol.h
qemud/remote_protocol.x
src/driver.h
src/libvirt.c
src/remote_internal.c