X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=c80e2827e585ba626772c0f7506805d819115c99;hp=3b1be61974bd8f60558ae34b948ef41751e1e34e;hb=35dc4d6200993ae05e1c7d19452c7d8d4fa72e27;hpb=f1e1679499bf3e76127c8812c72a6e9ba69e02e5 diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 3b1be6197..c80e2827e 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -214,7 +214,7 @@ struct lttng_event { enum lttng_loglevel_type loglevel_type; int loglevel; - uint32_t enabled; + int32_t enabled; /* Does not apply: -1 */ pid_t pid; char padding[LTTNG_EVENT_PADDING1];