X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-ust.h;h=284b24cbc13907b37d5b1604e907e0043f6f2b6a;hp=4a4564e6d5afcbc4b6d55ef016593f36862f25bb;hb=099e26bda04bd3e02eee5b0a17fc0d7f47e3f8ea;hpb=3817e7df7aa29d8f52f1a4909b4fa6b660494323 diff --git a/include/lttng-ust.h b/include/lttng-ust.h index 4a4564e6d..284b24cbc 100644 --- a/include/lttng-ust.h +++ b/include/lttng-ust.h @@ -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 */