X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-events.h;h=32c87358f635c9b380bce2b51fb13e1f0ebea044;hb=b7f2e98ea37980b61e8bbf871085ae227e155dfb;hp=f3536cec1e76645a87f2da30fc9e394711ae0a16;hpb=b64bc438d1c9bbcf241c598ca9f0e00d5770d784;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index f3536cec..32c87358 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -12,8 +12,8 @@ */ #include -#include #include +#include "wrapper/uuid.h" #include "ltt-debugfs-abi.h" #undef is_signed_type @@ -273,6 +273,7 @@ int ltt_event_disable(struct ltt_event *event); void ltt_transport_register(struct ltt_transport *transport); void ltt_transport_unregister(struct ltt_transport *transport); +void synchronize_trace(void); int ltt_debugfs_abi_init(void); void ltt_debugfs_abi_exit(void);