X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=c79042bf4bf0c6fe2f9eaeb21b55ddc5b9e6a430;hb=bab308e25fe3c86e385e22618cb64e68e6cf0dea;hp=f621fa80dad58f2b299e5ffaf073598f4d016222;hpb=ece640c85fa5c2a96571aa54496f7b4414be91cd;p=lttng-tools.git diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index f621fa80d..c79042bf4 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; pid_t pid; char padding[LTTNG_EVENT_PADDING1];