From 91c89f236e89b711cbcb6a4eba8336017d59a94a Mon Sep 17 00:00:00 2001 From: JP Ikaheimonen Date: Mon, 4 Nov 2013 16:19:49 +0200 Subject: [PATCH] Copy event exclusion data in add_unique_ust_app_event --- src/bin/lttng-sessiond/ust-app.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index cc611fcf2..2d8cb2c27 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -181,6 +181,7 @@ static void add_unique_ust_app_event(struct ust_app_channel *ua_chan, key.name = event->attr.name; key.filter = event->filter; key.loglevel = event->attr.loglevel; + key.exclusion = event->exclusion; node_ptr = cds_lfht_add_unique(ht->ht, ht->hash_fct(event->node.key, lttng_ht_seed), -- 2.34.1