Re: [lttng-dev] [PATCH lttng-ust 5/8] Fix: missing enum removal from the enum hashtable

2018-02-08 Thread Mathieu Desnoyers
- On Feb 8, 2018, at 3:45 PM, Francis Deslauriers francis.deslauri...@efficios.com wrote: > 2018-02-07 15:55 GMT-05:00 Mathieu Desnoyers : >> - On Feb 2, 2018, at 2:48 PM, Francis Deslauriers >> francis.deslauri...@efficios.com wrote: >> >> Is it a fix or

Re: [lttng-dev] [PATCH lttng-ust 5/8] Fix: missing enum removal from the enum hashtable

2018-02-08 Thread Francis Deslauriers
2018-02-07 15:55 GMT-05:00 Mathieu Desnoyers : > - On Feb 2, 2018, at 2:48 PM, Francis Deslauriers > francis.deslauri...@efficios.com wrote: > > Is it a fix or a preparation step for a new feature ? Same thought process that with: cds_hlist_del(>hlist);

Re: [lttng-dev] [PATCH lttng-ust 5/8] Fix: missing enum removal from the enum hashtable

2018-02-07 Thread Mathieu Desnoyers
- On Feb 2, 2018, at 2:48 PM, Francis Deslauriers francis.deslauri...@efficios.com wrote: Is it a fix or a preparation step for a new feature ? Thanks, Mathieu > Signed-off-by: Francis Deslauriers > --- > liblttng-ust/lttng-events.c | 1 + > 1 file

[lttng-dev] [PATCH lttng-ust 5/8] Fix: missing enum removal from the enum hashtable

2018-02-02 Thread Francis Deslauriers
Signed-off-by: Francis Deslauriers --- liblttng-ust/lttng-events.c | 1 + 1 file changed, 1 insertion(+) diff --git a/liblttng-ust/lttng-events.c b/liblttng-ust/lttng-events.c index e8d4857..2b679b5 100644 --- a/liblttng-ust/lttng-events.c +++