Update call-rcu.h and defer.h comments and include guards
[urcu.git] / include / urcu / call-rcu.h
index 339ebacc3f7c013975d62370ca27aa47b282e724..fc63ecd52b8b4b7f2bccd58c0e7ecbcc2c458f98 100644 (file)
@@ -2,17 +2,15 @@
 #define _URCU_CALL_RCU_H
 
 /*
- * urcu-call-rcu.h
+ * urcu/call-rcu.h
  *
- * Userspace RCU header - deferred execution
+ * Userspace RCU header - batch memory reclamation with kernel API
  *
  * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  * Copyright (c) 2009 Paul E. McKenney, IBM Corporation.
  *
- * LGPL-compatible code should include this header with :
- *
- * #define _LGPL_SOURCE
- * #include <urcu-defer.h>
+ * 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
This page took 0.022304 seconds and 4 git commands to generate.