X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ltt-sessiond%2Fust-ctl.h;h=0ceccff454628cf87bcf6c0d0dc7ea971d2d78d4;hb=f6a9efaa0fe496b7fa4850daa2eae98a240433e1;hp=6ec5fbdc4080f0708c2e66862b293cb895925be1;hpb=f8f0c3d1337c4eda5fb76a323ffe6c21c926a21e;p=lttng-tools.git diff --git a/ltt-sessiond/ust-ctl.h b/ltt-sessiond/ust-ctl.h index 6ec5fbdc4..0ceccff45 100644 --- a/ltt-sessiond/ust-ctl.h +++ b/ltt-sessiond/ust-ctl.h @@ -19,4 +19,15 @@ #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 */