Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [lttng-dev] [PATCH lttng-tools 09/28] Copy exclusion data in add_unique_ust_event.
@ 2013-11-07 10:21 JP Ikaheimonen
  0 siblings, 0 replies; only message in thread
From: JP Ikaheimonen @ 2013-11-07 10:21 UTC (permalink / raw)


Signed-off-by: JP Ikaheimonen <jp_ikaheimonen at mentor.com>
---
 src/bin/lttng-sessiond/event.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/lttng-sessiond/event.c b/src/bin/lttng-sessiond/event.c
index fedd18c..db62151 100644
--- a/src/bin/lttng-sessiond/event.c
+++ b/src/bin/lttng-sessiond/event.c
@@ -48,6 +48,7 @@ static void add_unique_ust_event(struct lttng_ht *ht,
 	key.name = event->attr.name;
 	key.filter = (struct lttng_filter_bytecode *) 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),
-- 
1.8.1.2




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-07 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-07 10:21 [lttng-dev] [PATCH lttng-tools 09/28] Copy exclusion data in add_unique_ust_event JP Ikaheimonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox