libvirt/include/libvirt
Nehal J Wani 5b5242a7cb domifaddr: Implement the public APIs
Define helper function virDomainInterfaceFree, which allows
the upper layer application to free the domain interface object
conveniently.

The API is going to provide multiple methods by flags, e.g.
  * Query guest agent
  * Parse DHCP lease file

include/libvirt/libvirt-domain.h
  * Define virDomainInterfaceAddresses, virDomainInterfaceFree
  * Define structs virDomainInterface, virDomainIPAddress

src/driver-hypervisor.h:
  * Define domainInterfaceAddresses

src/libvirt-domain.c:
  * Implement virDomainInterfaceAddresses
  * Implement virDomainInterfaceFree

src/libvirt_public.syms:
  * Export the new symbols

Signed-off-by: Nehal J Wani <nehaljw.kkd1@gmail.com>
2015-03-17 15:15:38 +00:00
..
libvirt-domain-snapshot.h
libvirt-domain.h domifaddr: Implement the public APIs 2015-03-17 15:15:38 +00:00
libvirt-event.h Move virEvent related APIs out of libvirt.h.in 2014-10-24 17:23:17 +01:00
libvirt-host.h Add VIR_CONNECT_BASELINE_CPU_MIGRATABLE flag 2015-03-02 07:59:12 +01:00
libvirt-interface.h
libvirt-lxc.h
libvirt-network.h
libvirt-nodedev.h Move virNodeDevice related APIs out of libvirt.h.in 2014-10-24 17:21:59 +01:00
libvirt-nwfilter.h Move virNWFilter related APIs out of libvirt.h.in 2014-10-24 17:21:34 +01:00
libvirt-qemu.h
libvirt-secret.h Move virSecret related APIs out of libvirt.h.in 2014-10-24 17:22:20 +01:00
libvirt-storage.h storage: add a flag to clone files on btrfs 2015-01-27 13:41:14 +01:00
libvirt-stream.h Move virStream related APIs out of libvirt.h.in 2014-10-24 17:22:38 +01:00
libvirt.h.in Fix preprocessor indentation in libvirt.h.in 2014-10-24 17:23:52 +01:00
Makefile.am Move virConnect related APIs out of libvirt.h.in 2014-10-24 17:23:51 +01:00
virterror.h Add virXMLValidateAgainstSchema helper method 2015-01-15 14:02:50 +00:00