X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fdefer.h;h=67b5f805fe9c2ecda49842acf23002ab2295abaf;hp=43eca34fe2f0c363d9f58a2380d1203541590450;hb=89d19b437b1467f98ecee4190d1160e99111671f;hpb=d95d5cb976021089e91923c15f3a61a4852cb62c diff --git a/include/urcu/defer.h b/include/urcu/defer.h index 43eca34..67b5f80 100644 --- a/include/urcu/defer.h +++ b/include/urcu/defer.h @@ -1,18 +1,16 @@ -#ifndef _URCU_BATCH_H -#define _URCU_BATCH_H +#ifndef _URCU_DEFER_H +#define _URCU_DEFER_H /* - * urcu-defer.h + * urcu/defer.h * * Userspace RCU header - deferred execution * * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * - * LGPL-compatible code should include this header with : - * - * #define _LGPL_SOURCE - * #include + * This header is meant to be included indirectly through a liburcu + * flavor header. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -64,4 +62,4 @@ extern void rcu_defer_barrier_thread(void); } #endif -#endif /* _URCU_BATCH_H */ +#endif /* _URCU_DEFER_H */