]> xenbits.xensource.com Git - libvirt.git/commit
bandwidth: Add parsing and free functions
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 22 Jul 2011 14:07:25 +0000 (16:07 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 25 Jul 2011 05:49:33 +0000 (13:49 +0800)
commite2ed67a8b6ace6ecd8b2020fc191b59b99d5fd4f
treed5b6374e085225fe83a9e594999b12656b3e415f
parent73731882194489e6c1135b87605d8c8d4c3c8910
bandwidth: Add parsing and free functions

These functions parse given XML node and return pointer to the
output. Unknown elements are silently ignored. Attributes must
be integer and must fit in unsigned long long.

Free function frees elements of virBandwidth structure.
cfg.mk
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/network_conf.c
src/conf/network_conf.h
src/libvirt_private.syms
src/util/network.c
src/util/network.h