On 14/10/2015 17:46, Sergey Fedorov wrote:
> The first argument of g_free_rcu() is a pointer to a structure. But
> foo_reclaim is used as a function name in the previous example along
> with &foo as a pointer to the structure being reclaimed. Make the
> example consistent with the previous one.
The first argument of g_free_rcu() is a pointer to a structure. But
foo_reclaim is used as a function name in the previous example along
with &foo as a pointer to the structure being reclaimed. Make the
example consistent with the previous one.
Signed-off-by: Sergey Fedorov
---
docs/rcu.txt |