Cleanup: remove struct lttng_handle from tracker.h
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 20 Nov 2019 20:17:49 +0000 (15:17 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 20 Dec 2019 05:31:04 +0000 (00:31 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: I8b9fd5c86200013cbd60c57505621cb851556b01
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/tracker.h

index 1da12f82be6909bbbf183e449a26fe9647b44530..51e1680c1e2da197eb6fe5575439c9508a85406c 100644 (file)
@@ -20,6 +20,7 @@
 
 #include <lttng/constant.h>
 #include <common/macros.h>
 
 #include <lttng/constant.h>
 #include <common/macros.h>
+#include <lttng/session.h>
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
@@ -49,7 +50,6 @@ enum lttng_tracker_id_status {
        LTTNG_TRACKER_ID_STATUS_UNSET = 1,
 };
 
        LTTNG_TRACKER_ID_STATUS_UNSET = 1,
 };
 
-struct lttng_handle;
 struct lttng_tracker_id;
 struct lttng_tracker_ids;
 
 struct lttng_tracker_id;
 struct lttng_tracker_ids;
 
This page took 0.02507 seconds and 4 git commands to generate.