[libvirt] [PATCH libvirt-python 04/14] Import STREQ macro from libvirt

Eric Blake eblake at redhat.com
Wed Nov 13 17:07:16 UTC 2013


On 11/12/2013 11:21 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  libvirt-override.c |  1 +
>  libvirt-utils.h    | 27 +++++++++++++++++++++++++++
>  2 files changed, 28 insertions(+)
>  create mode 100644 libvirt-utils.h
> 

> +
> +#ifndef __LIBVIRT_UTILS_H__
> +# define __LIBVIRT_UTILS_H__
> +
> +#define STREQ(a,b) (strcmp(a,b) == 0)

This would fail the cppi syntax-check, if kept in libvirt.git.  Are you
keeping any syntax checks as part of splitting into a separate repo?

-- 
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: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20131113/de31feea/attachment-0001.sig>


More information about the libvir-list mailing list