mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Move dtrace probe macros into separate header file
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@redhat.com>
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
#include "object_event.h"
|
||||
#include "domain_conf.h"
|
||||
#include "network_conf.h"
|
||||
#include "virprobe.h"
|
||||
#include "viraccessapicheck.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_RPC
|
||||
|
||||
Reference in New Issue
Block a user