Change malloc to zmalloc in lttng-sessiond code
[lttng-tools.git] / lttng-sessiond / lttng-ust-abi.h
index ced2929a232b732906353070a351e1f6df6faed1..90a0822f661bb187d96f3400b44bf1f6ab3d762f 100644 (file)
@@ -137,6 +137,9 @@ struct lttng_ust_object_data {
 #define LTTNG_UST_ENABLE                       _UST_CMD(0x80)
 #define LTTNG_UST_DISABLE                      _UST_CMD(0x81)
 
+/* Tracepoint list commands */
+#define LTTNG_UST_TRACEPOINT_LIST_GET          _UST_CMD(0x90)
+
 #define LTTNG_UST_ROOT_HANDLE  0
 
 struct lttng_ust_obj;
This page took 0.02284 seconds and 4 git commands to generate.