Tracepoint API namespacing ctf_unused
[lttng-ust.git] / include / lttng / tracepoint.h
index 9ec52ef907880f3304c28e6cd8b1b4ba83500ae6..beb2c409dcfe1ed7afdd43998564ae58a10f96e2 100644 (file)
@@ -621,6 +621,9 @@ lttng_ust__tracepoints__ptrs_destroy(void)
 
 #define ctf_string                     lttng_ust_field_string
 #define ctf_string_nowrite             lttng_ust_field_string_nowrite
+
+#define ctf_unused                     lttng_ust_field_unused
+#define ctf_unused_nowrite             lttng_ust_field_unused_nowrite
 #endif /* #if LTTNG_UST_COMPAT_API(0) */
 
 #ifdef __cplusplus
This page took 0.023229 seconds and 4 git commands to generate.