Enabled is now uintptr_t
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 29 Oct 2022 00:37:15 +0000 (20:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 29 Oct 2022 00:37:15 +0000 (20:37 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/side.c

index 32994c1115366a5c70b7bb106afd712dd91fc300..35a50015356031192171a57191b39eed61996c9a 100644 (file)
@@ -67,7 +67,7 @@ void side_call(const struct side_event_description *desc, const struct side_arg_
 {
        const struct side_callback *side_cb;
        unsigned int rcu_period;
-       uint32_t enabled;
+       uintptr_t enabled;
 
        if (side_unlikely(finalized))
                return;
@@ -96,7 +96,7 @@ void side_call_variadic(const struct side_event_description *desc,
 {
        const struct side_callback *side_cb;
        unsigned int rcu_period;
-       uint32_t enabled;
+       uintptr_t enabled;
 
        if (side_unlikely(finalized))
                return;
This page took 0.023918 seconds and 4 git commands to generate.