Revert "Update loglevel ABI"
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
index 28962aaf747dd3a7107033b2dc2a99f49d423343..f30dbde3f92e76f76ba6480a6f644ccd504e6c5e 100644 (file)
@@ -22,11 +22,7 @@ enum lttng_ust_instrumentation {
        LTTNG_UST_TRACEPOINT            = 0,
        LTTNG_UST_PROBE                 = 1,
        LTTNG_UST_FUNCTION              = 2,
-};
-
-enum lttng_ust_loglevel_type {
-       LTTNG_UST_LOGLEVEL              = 0,
-       LTTNG_UST_LOGLEVEL_ONLY         = 1,
+       LTTNG_UST_TRACEPOINT_LOGLEVEL   = 3,
 };
 
 enum lttng_ust_output {
@@ -49,12 +45,8 @@ struct lttng_ust_channel {
 };
 
 struct lttng_ust_event {
-       enum lttng_ust_instrumentation instrumentation;
        char name[LTTNG_UST_SYM_NAME_LEN];      /* event name */
-
-       enum lttng_ust_loglevel_type loglevel_type;
-       char loglevel[LTTNG_UST_SYM_NAME_LEN];  /* loglevel name */
-
+       enum lttng_ust_instrumentation instrumentation;
        /* Per instrumentation type configuration */
        union {
        } u;
This page took 0.022994 seconds and 4 git commands to generate.