Change API to support exporting loglevel in event listing
[lttng-ust.git] / include / lttng / ust-abi.h
index f5dd2665dca244fc0529a1e3d49ecb98433a75f7..2567ceb8a7e179e89e0673a5b6565478956511f9 100644 (file)
@@ -98,6 +98,12 @@ struct lttng_ust_channel_attr {
        enum lttng_ust_output output;           /* splice, mmap */
 };
 
+struct lttng_ust_tracepoint_iter {
+       char name[LTTNG_UST_SYM_NAME_LEN];      /* provider:name */
+       char loglevel[LTTNG_UST_SYM_NAME_LEN];  /* loglevel */
+       int64_t loglevel_value;
+};
+
 struct lttng_ust_object_data {
        int handle;
        int shm_fd;
This page took 0.025545 seconds and 4 git commands to generate.