Remove loglevel iter (will be performed by tracepoint iteration)
[lttng-ust.git] / include / lttng / ust-abi.h
index 5e4bf49e9c961a9d8f98ee6cb5697a365095ae91..f5dd2665dca244fc0529a1e3d49ecb98433a75f7 100644 (file)
 #define LTTNG_UST_COMM_VERSION_MINOR           1
 
 enum lttng_ust_instrumentation {
-       LTTNG_UST_TRACEPOINT    = 0,
-       LTTNG_UST_PROBE         = 1,
-       LTTNG_UST_FUNCTION      = 2,
+       LTTNG_UST_TRACEPOINT            = 0,
+       LTTNG_UST_PROBE                 = 1,
+       LTTNG_UST_FUNCTION              = 2,
+       LTTNG_UST_TRACEPOINT_LOGLEVEL   = 3,
 };
 
 enum lttng_ust_output {
This page took 0.022968 seconds and 4 git commands to generate.