X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fust-ctl.h;h=a6d4e773ee14ffb8b60e4065566bc6022df935a5;hp=6ec5fbdc4080f0708c2e66862b293cb895925be1;hb=2bdd86d4c47902237c691d3c5409f32f205df81e;hpb=62499ad6813a67ea23ef39bcfbbf21c40136442a diff --git a/ltt-sessiond/ust-ctl.h b/ltt-sessiond/ust-ctl.h index 6ec5fbdc4..a6d4e773e 100644 --- a/ltt-sessiond/ust-ctl.h +++ b/ltt-sessiond/ust-ctl.h @@ -19,4 +19,17 @@ #ifndef _LTT_UST_CTL_H #define _LTT_UST_CTL_H +#include +#include + +#include "trace-ust.h" + +#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST + + +#else + + +#endif + #endif /* _LTT_UST_CTL_H */