X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=280075037abdf9515111b90f4cb0756f33d752c3;hb=d7b75b30d1f70dab2d5bca42cff86290c938c516;hp=a96c11f1da4cabcecb35198212ab102262130eb4;hpb=9a745bc7cbb8247543e38420fb8ba74f1756942d;p=lttng-tools.git diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index a96c11f1d..280075037 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -145,6 +145,7 @@ struct lttng_event { char name[LTTNG_SYMBOL_NAME_LEN]; enum lttng_event_type type; uint32_t enabled; + pid_t pid; /* Per event type configuration */ union { struct lttng_event_probe_attr probe; @@ -188,6 +189,7 @@ struct lttng_session { char name[NAME_MAX]; /* The path where traces are written */ char path[PATH_MAX]; + uint32_t enabled; /* enabled/started: 1, disabled/stopped: 0 */ }; /*