1 // SPDX-FileCopyrightText: 2023 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 // SPDX-License-Identifier: LGPL-2.1-or-later
9 * Userspace RCU polling header
12 struct urcu_gp_poll_state
{
13 unsigned long grace_period_id
;
16 #endif /* _URCU_POLL_H */
This page took 0.028345 seconds and 4 git commands to generate.