When listing events, show exclusions if they exist
[lttng-tools.git] / include / lttng / lttng.h
index 255f7c42eeae2c9a3f447ce445f16fa6d62c97dc..85fdfaa257605f36ebbd7d99030e8f3ca32e97b9 100644 (file)
@@ -226,7 +226,7 @@ struct lttng_event_function_attr {
  *
  * The structures should be initialized to zero before use.
  */
-#define LTTNG_EVENT_PADDING1               15
+#define LTTNG_EVENT_PADDING1               14
 #define LTTNG_EVENT_PADDING2               LTTNG_SYMBOL_NAME_LEN + 32
 struct lttng_event {
        enum lttng_event_type type;
@@ -238,6 +238,7 @@ struct lttng_event {
        int32_t enabled;        /* Does not apply: -1 */
        pid_t pid;
        unsigned char filter;   /* filter enabled ? */
+       unsigned char exclusion; /* exclusions added ? */
 
        char padding[LTTNG_EVENT_PADDING1];
 
This page took 0.022898 seconds and 4 git commands to generate.