Add exclusion data to ust_app_event and ust_app_ht_key
data structures.
Signed-off-by: JP Ikaheimonen <[email protected]>
---
src/bin/lttng-sessiond/ust-app.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h
index 680ab6f..2522557 100644
--- a/src/bin/lttng-sessiond/ust-app.h
+++ b/src/bin/lttng-sessiond/ust-app.h
@@ -50,6 +50,7 @@ struct ust_app_ht_key {
const char *name;
const struct lttng_ust_filter_bytecode *filter;
enum lttng_ust_loglevel_type loglevel;
+ const struct lttng_ust_event_exclusion *exclusion;
};
/*
@@ -115,6 +116,7 @@ struct ust_app_event {
char name[LTTNG_UST_SYM_NAME_LEN];
struct lttng_ht_node_str node;
struct lttng_ust_filter_bytecode *filter;
+ struct lttng_ust_event_exclusion *exclusion;
};
struct ust_app_stream {
--
1.8.1.2
_______________________________________________
lttng-dev mailing list
[email protected]
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev