X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=f5dd2665dca244fc0529a1e3d49ecb98433a75f7;hb=20d630cf340f4a14f4d3340f50143ef551643a83;hp=ae95af6b222b494a3bc3c7eb350b4e793eede7af;hpb=df854e41ded4203a5b86bac062b8604bb038759a;p=lttng-ust.git diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index ae95af6b..f5dd2665 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -98,12 +98,6 @@ struct lttng_ust_channel_attr { enum lttng_ust_output output; /* splice, mmap */ }; -struct lttng_ust_loglevel { - char provider[LTTNG_UST_SYM_NAME_LEN]; - char loglevel[LTTNG_UST_SYM_NAME_LEN]; - int64_t value; -}; - struct lttng_ust_object_data { int handle; int shm_fd; @@ -127,7 +121,6 @@ struct lttng_ust_object_data { #define LTTNG_UST_TRACEPOINT_LIST _UST_CMD(0x42) #define LTTNG_UST_WAIT_QUIESCENT _UST_CMD(0x43) #define LTTNG_UST_REGISTER_DONE _UST_CMD(0x44) -#define LTTNG_UST_LOGLEVEL_LIST _UST_CMD(0x45) /* Session FD commands */ #define LTTNG_UST_METADATA \ @@ -155,9 +148,6 @@ struct lttng_ust_object_data { /* Tracepoint list commands */ #define LTTNG_UST_TRACEPOINT_LIST_GET _UST_CMD(0x90) -/* Loglevel list commands */ -#define LTTNG_UST_LOGLEVEL_LIST_GET _UST_CMD(0xA0) - #define LTTNG_UST_ROOT_HANDLE 0 struct lttng_ust_obj;