X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-share.h;h=812a0f05c1fe473878467075e14aaba73b68d5ae;hp=1965ffcb1e47f0cf90a7dc0fe3a4586610797b93;hb=62d3069fe1d56bf9f95f9100f21758c3d99dccf6;hpb=9bda164defe0c7ef5857d4ef59cc3b464f5a5404 diff --git a/include/lttng-share.h b/include/lttng-share.h index 1965ffcb1..812a0f05c 100644 --- a/include/lttng-share.h +++ b/include/lttng-share.h @@ -19,9 +19,14 @@ #ifndef _LTTNG_SHARE_H #define _LTTNG_SHARE_H +#include #include typedef uint32_t u32; typedef uint64_t u64; +typedef __s64 s64; + +#define LTTNG_RUNDIR "/var/run/lttng" + #endif /* _LTTNG_SHARE_H */