On 07/05/2011 05:47 AM, Daniel P. Berrange wrote:
On Tue, Jul 05, 2011 at 03:45:51AM -0400, Laine Stump wrote:
> * Change all flags args from int to unsigned int
>
> * Allow passing flags in virDomainObjParseFile (and propogate those
> flags all the way down the call chain). Previously the flags were
> hardcoded (to VIR_DOMAIN_XML_INTERNAL_STATUS) several layers down
> the chain. Pass that value in at the one place that is currently
> calling virDomainObjParseFile.
> ---
> src/conf/domain_conf.c | 30 +++++++++++++++++-------------
> src/conf/domain_conf.h | 13 +++++++------
> 2 files changed, 24 insertions(+), 19 deletions(-)
ACK
Thanks, pushed.