X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-events.h;h=1a5b5d5cf6c196252458ae18ec65d8fb57637baf;hb=9e7e489272e646b39c51e3074de800e928bb5cec;hp=bacef0a82e69c92f4dca34291a70db7426ccb86b;hpb=2dccf128a59b5353176277d01da4eabcc2086211;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index bacef0a8..1a5b5d5c 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -14,6 +14,9 @@ #include #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;