diff options
author | Daniel Veillard <veillard@redhat.com> | 2009-05-20 14:26:49 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2009-05-20 14:26:49 +0000 |
commit | 73bc0114832c6ad66d3b6067aa981109248c7bde (patch) | |
tree | afe3ec623b85321e88c10aef4df3faf1fd44aa2b /AUTHORS | |
parent | cleanup of some direct stderr logging (diff) | |
download | libvirt-73bc0114832c6ad66d3b6067aa981109248c7bde.tar.gz libvirt-73bc0114832c6ad66d3b6067aa981109248c7bde.tar.bz2 libvirt-73bc0114832c6ad66d3b6067aa981109248c7bde.zip |
Add the Interface config APIs
* configure.in include/libvirt/libvirt.h[.in]
include/libvirt/virterror.h 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.[chx] src/Makefile.am src/datatypes.c
src/datatypes.h src/driver.h src/libvirt.c src/remote_internal.c
src/virterror.c src/libvirt_private.syms src/libvirt_public.syms:
Add the Interface config APIs and remote stubs for those, patch
by Laine Stump
* AUTHORS: add Laine
daniel
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ Patches have also been contributed by: Takahashi Tomohiro <takatom@jp.fujitsu.com> Serge E. Hallyn <serue@us.ibm.com> Soren Hansen <soren@canonical.com> + Laine Stump <laine@redhat.com> [....send patches to get your name here....] |