From 11e242992affe64ce9b10facf93630e17caaf6b8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 18 May 2025 23:26:57 -0500 Subject: [PATCH] state.hpp --- src/state.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/state.hpp b/src/state.hpp index 4aafa162..5525cb3d 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -9,7 +9,8 @@ struct PassthroughDetails { - std::atomic + std::atomic ref_count; + int backing_id; }; class State