On 07/01/2010 02:59 PM, Chris Lalancette wrote: > Add the library entry point for the new virDomainQemuMonitorCommand() > entry point. Because this is not part of the "normal" libvirt API, > it gets it's own header file, library file, and will eventually > get it's own over-the-wire protocol later in the series. s/it's/its/ > + > +int > +virDomainQemuMonitorCommand(virDomainPtr domain, const char *cmd, > + char **result, unsigned int flags) > +{ > + virConnectPtr conn; > + > + DEBUG("domain=%p, cmd=%s, result=%p, flags=%u", domain, cmd, result, flags); Do we want to use virCheckFlags(0, -1) here? ACK with those nits addressed. -- Eric Blake eblake@xxxxxxxxxx +1-801-349-2682 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list