[libvirt] [PATCH 02/12] Move virNetwork related APIs out of libvirt.h.in

Eric Blake eblake at redhat.com
Thu Oct 23 23:17:26 UTC 2014


On 10/23/2014 06:58 AM, Daniel P. Berrange wrote:
> Create a new libvirt-network.h file to hold the public
> API definitions for the virNetwork type. This header
> file is not self-contained, so applications will not directly
> include it. They will contain to #include <libvirt/libvirt.h>

s/contain/continue/ (looks like a pervasive copy-and-paste throughout
your series)

> ---
>  include/libvirt/libvirt-network.h | 337 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 337 insertions(+)
>  create mode 100644 include/libvirt/libvirt-network.h

Umm, this diffstat is wrong.  Looks like you split things incorrectly,
and that patch 3/12 contains the remaining half of this patch (the part
that adds a Makefile.am entry and removes the corresponding lines from
libvirt.h.in).  Bisection is not broken with this patch as-is, because
the file is not used, but I'd rather you fix it properly before pushing :)

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 539 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20141023/dcac0693/attachment-0001.sig>


More information about the libvir-list mailing list