Re: [libvirt] [PATCH 3/7] bandwidth: Add parsing functions

2011-07-20 Thread Laine Stump
On 07/18/2011 04:05 PM, Michal Privoznik wrote: These functions parse given XML node and store the output at given pointer. Unknown elements are silently ignored. Attributes must be integer and must fit in unsigned long. --- src/conf/domain_conf.c |3 + src/conf/domain_conf.h |1 +

[libvirt] [PATCH 3/7] bandwidth: Add parsing functions

2011-07-18 Thread Michal Privoznik
These functions parse given XML node and store the output at given pointer. Unknown elements are silently ignored. Attributes must be integer and must fit in unsigned long. --- src/conf/domain_conf.c |3 + src/conf/domain_conf.h |1 + src/conf/network_conf.c |5 ++