Move lttng_ust_object_data et lttng_ust_channel_attr to -abi.h
[ust.git] / tests / ust-multi-test / ust-multi-test.c
index 130da70450637d3d689260a0d02e8df21f5262b6..2869b0e0c13d30f3d75d6900cb4762c2b5f15170 100644 (file)
@@ -51,13 +51,6 @@ const char *evname[] = {
        "ust_tests_hello_dontexist",
 };
 
-struct lttng_ust_object_data {
-       int handle;
-       int shm_fd;
-       int wait_fd;
-       uint64_t memory_map_size;
-};
-
 static int session_handle[NR_SESSIONS];
 static struct lttng_ust_object_data metadata_stream_data[NR_SESSIONS];
 static struct lttng_ust_object_data metadata_data[NR_SESSIONS];
This page took 0.023002 seconds and 4 git commands to generate.