Signed-off-by: Danny Serres <[email protected]>
---
 include/lttng/lttng.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h
index 3b1be61..c80e282 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];
-- 
1.7.9.5


_______________________________________________
lttng-dev mailing list
[email protected]
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to