Copy event exclusion data in add_unique_ust_app_event
authorJP Ikaheimonen <jp_ikaheimonen@mentor.com>
Mon, 4 Nov 2013 14:19:49 +0000 (16:19 +0200)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 14 Nov 2013 18:40:57 +0000 (13:40 -0500)
src/bin/lttng-sessiond/ust-app.c

index cc611fcf27ad2e85fcc45731827c366b10857629..2d8cb2c279c8306eb25cc8f6a02d56be70cbb31e 100644 (file)
@@ -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),
This page took 0.026336 seconds and 4 git commands to generate.