[libvirt] [PATCH 3/7 v2] Move dtrace probe macros into separate header file

Eric Blake eblake at redhat.com
Mon Mar 17 17:14:53 UTC 2014


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 <berrange at 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

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


More information about the libvir-list mailing list