Add support for UST application registration
[lttng-tools.git] / include / lttng-ust.h
index 4a4564e6d5afcbc4b6d55ef016593f36862f25bb..284b24cbc13907b37d5b1604e907e0043f6f2b6a 100644 (file)
@@ -76,6 +76,7 @@ struct lttng_ust_context {
        _UST_CMDR(0x41, struct lttng_ust_tracer_version)
 #define LTTNG_UST_TRACEPOINT_LIST       _UST_CMD(0x42)
 #define LTTNG_UST_WAIT_QUIESCENT        _UST_CMD(0x43)
+#define LTTNG_UST_REGISTER_DONE         _UST_CMD(0x44)
 
 /* Session FD ioctl */
 #define LTTNG_UST_METADATA             \
@@ -98,4 +99,6 @@ struct lttng_ust_context {
 #define LTTNG_UST_ENABLE               _UST_CMD(0x80)
 #define LTTNG_UST_DISABLE              _UST_CMD(0x81)
 
+#define LTTNG_UST_ROOT_HANDLE          0
+
 #endif /* _LTTNG_UST_H */
This page took 0.024207 seconds and 5 git commands to generate.