Add support for star globbing patterns in event names
[lttng-ust.git] / include / lttng / ust-events.h
index 0b2291b3d8c76265a458a7e94a629a516d2ae080..6b7bd00e26e5915f5a5df74acc5b81bdc5a5ba99 100644 (file)
@@ -342,7 +342,7 @@ struct lttng_probe_desc {
 /* Data structures used by the tracer. */
 
 enum lttng_enabler_type {
-       LTTNG_ENABLER_WILDCARD,
+       LTTNG_ENABLER_STAR_GLOB,
        LTTNG_ENABLER_EVENT,
 };
 
This page took 0.022715 seconds and 4 git commands to generate.