uatomic/x86: Remove redundant memory barriers
[urcu.git] / include / urcu / urcu-poll.h
1 // SPDX-FileCopyrightText: 2023 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2 //
3 // SPDX-License-Identifier: LGPL-2.1-or-later
4
5 #ifndef _URCU_POLL_H
6 #define _URCU_POLL_H
7
8 /*
9 * Userspace RCU polling header
10 */
11
12 struct urcu_gp_poll_state {
13 unsigned long grace_period_id;
14 };
15
16 #endif /* _URCU_POLL_H */
This page took 0.028203 seconds and 4 git commands to generate.