Add PID context
[lttng-modules.git] / ltt-events.h
index bacef0a82e69c92f4dca34291a70db7426ccb86b..1a5b5d5cf6c196252458ae18ec65d8fb57637baf 100644 (file)
@@ -14,6 +14,9 @@
 #include <linux/kprobes.h>
 #include "ltt-debugfs-abi.h"
 
+#undef is_signed_type
+#define is_signed_type(type)           (((type)(-1)) < 0)
+
 struct ltt_channel;
 struct ltt_session;
 struct lib_ring_buffer_ctx;
This page took 0.023691 seconds and 4 git commands to generate.