On 03/10/2014 09:01 AM, Daniel P. Berrange wrote:
> The dtrace probe macros rely on the logging API. We can't make
> the internal.h header include the virlog.h header though since
> that'd be a circular include. Instead simply split the dtrace
> probes into their own header file, since there's no compelling
> reason for them to be in the main internal.h header.
> 
> Signed-off-by: Daniel P. Berrange <berra...@redhat.com>
> ---
>  daemon/remote.c              |   1 +
>  src/internal.h               |  72 -------------------------------
>  src/qemu/qemu_monitor.c      |   1 +
>  src/qemu/qemu_monitor_json.c |   1 +
>  src/qemu/qemu_monitor_text.c |   1 +
>  src/rpc/virkeepalive.c       |   1 +
>  src/rpc/virnetclient.c       |   1 +
>  src/rpc/virnetserverclient.c |   1 +
>  src/rpc/virnetsocket.c       |   1 +
>  src/rpc/virnettlscontext.c   |   1 +
>  src/util/vireventpoll.c      |   1 +
>  src/util/virobject.c         |   1 +
>  src/util/virprobe.h          | 100 
> +++++++++++++++++++++++++++++++++++++++++++
>  13 files changed, 111 insertions(+), 72 deletions(-)
>  create mode 100644 src/util/virprobe.h

ACK.

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

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to