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

2011-07-18 Thread Jiri Denemark
On Tue, Jul 12, 2011 at 13:57:09 +0200, Michal Privoznik wrote: These functions take on input decimal numbers optionally followed by unit. Units are exactly the same as 'tc' accepts. --- src/conf/domain_conf.c |3 + src/conf/domain_conf.h |1 + src/conf/network_conf.c |5 +

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

2011-07-12 Thread Michal Privoznik
These functions take on input decimal numbers optionally followed by unit. Units are exactly the same as 'tc' accepts. --- src/conf/domain_conf.c |3 + src/conf/domain_conf.h |1 + src/conf/network_conf.c |5 + src/conf/network_conf.h |1 + src/libvirt_private.syms |1 +