[lttng-dev] [PATCH lttng-tools 1/2 stable-2.6] Fix: rculfhash should not include specific rcu flavor

Jérémie Galarneau jeremie.galarneau at efficios.com
Tue Nov 3 10:52:03 EST 2015


Both patches merged in stable-2.6, thanks!

Jérémie

On Wed, Oct 28, 2015 at 3:55 PM, Mathieu Desnoyers
<mathieu.desnoyers at efficios.com> wrote:
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>
> ---
>  src/common/hashtable/rculfhash.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/common/hashtable/rculfhash.c b/src/common/hashtable/rculfhash.c
> index ff7e681..e11c654 100644
> --- a/src/common/hashtable/rculfhash.c
> +++ b/src/common/hashtable/rculfhash.c
> @@ -264,9 +264,10 @@
>  #include <stdint.h>
>  #include <string.h>
>  #include <sched.h>
> +#include <unistd.h>
>
>  #include "config.h"
> -#include <urcu.h>
> +#include <urcu-pointer.h>
>  #include <urcu-call-rcu.h>
>  #include <urcu/arch.h>
>  #include <urcu/uatomic.h>
> --
> 2.1.4
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list