From mboxrd@z Thu Jan 1 00:00:00 1970 From: jp_ikaheimonen@mentor.com (JP Ikaheimonen) Date: Thu, 7 Nov 2013 12:21:37 +0200 Subject: [lttng-dev] [PATCH lttng-tools 13/28] Add exclusion data to ust_app_event structure In-Reply-To: <1383819703-6793-1-git-send-email-jp_ikaheimonen@mentor.com> References: <1383819703-6793-1-git-send-email-jp_ikaheimonen@mentor.com> Message-ID: <1383819703-6793-4-git-send-email-jp_ikaheimonen@mentor.com> Add exclusion data to ust_app_event and ust_app_ht_key data structures. Signed-off-by: JP Ikaheimonen --- 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