Initial import of libustctl and libustcomm
[lttng-tools.git] / include / lttng-share.h
index 1965ffcb1e47f0cf90a7dc0fe3a4586610797b93..812a0f05c1fe473878467075e14aaba73b68d5ae 100644 (file)
 #ifndef _LTTNG_SHARE_H
 #define _LTTNG_SHARE_H
 
+#include <asm/types.h>
 #include <stdint.h>
 
 typedef uint32_t u32;
 typedef uint64_t u64;
 
+typedef __s64 s64;
+
+#define LTTNG_RUNDIR        "/var/run/lttng"
+
 #endif /* _LTTNG_SHARE_H */
This page took 0.022539 seconds and 4 git commands to generate.