]> xenbits.xensource.com Git - libvirt.git/commit
Tue Feb 14 15:33:05 EST 2007 Mark McLoughlin <markmc@redhat.com>
authorMark McLoughlin <markmc@redhat.com>
Wed, 14 Feb 2007 15:37:18 +0000 (15:37 +0000)
committerMark McLoughlin <markmc@redhat.com>
Wed, 14 Feb 2007 15:37:18 +0000 (15:37 +0000)
commit5be54b40cbe505ecebd463c81fb3c16f2c28a1ab
treeaa28895446da516e2d3629b1d1e01dac68730c33
parent24a92945d379250bccbd303b283c9569791ca5b0
Tue Feb 14 15:33:05 EST 2007 Mark McLoughlin <markmc@redhat.com>

        * include/libvirt/libvirt.h.in: add the networks APIs

        * include/libvirt/virterror.h: add some error codes

        * src/driver.h: add network driver vtable

        * src/hash.c: add networks hash

        * src/internal.h: add virNetwork

        * src/libvirt.c: hook up the APIs to the network
        driver

        * src/libvirt_sym.version: add the new APIs

        * src/virterror.c: handle the new error codes
ChangeLog
include/libvirt/libvirt.h.in
include/libvirt/virterror.h
src/driver.h
src/hash.c
src/internal.h
src/libvirt.c
src/libvirt_sym.version
src/virterror.c