Namespace enum lttng_ust_bytecode_interpreter_ret flags with lttng_ust_ prefix
[lttng-ust.git] / include / lttng / ust-events.h
index bb038bbe11e800e5d587aa69cb5035db62e1104f..107c746ef6d2426367e50bd787bcd3368971ed63 100644 (file)
@@ -303,9 +303,9 @@ struct lttng_ust_probe_desc {
 /*
  * Bytecode interpreter return value masks.
  */
-enum lttng_bytecode_interpreter_ret {
-       LTTNG_INTERPRETER_DISCARD = 0,
-       LTTNG_INTERPRETER_RECORD_FLAG = (1ULL << 0),
+enum lttng_ust_bytecode_interpreter_ret {
+       LTTNG_UST_BYTECODE_INTERPRETER_DISCARD = 0,
+       LTTNG_UST_BYTECODE_INTERPRETER_RECORD_FLAG = (1ULL << 0),
        /* Other bits are kept for future use. */
 };
 
This page took 0.023392 seconds and 4 git commands to generate.