From: JP Ikaheimonen Date: Mon, 4 Nov 2013 14:19:49 +0000 (+0200) Subject: Copy event exclusion data in add_unique_ust_app_event X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=91c89f236e89b711cbcb6a4eba8336017d59a94a Copy event exclusion data in add_unique_ust_app_event --- 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),