From c1745b7bfcceb0e24c15764ce6324d769b388cd5 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Sun, 4 Jan 2026 10:49:39 -0500 Subject: [PATCH] [UNTESTED] small fix to variable naming --- include/weaver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/weaver.h b/include/weaver.h index 35a88c1..3724d99 100644 --- a/include/weaver.h +++ b/include/weaver.h @@ -469,7 +469,7 @@ class FanOutFabric { reclaim_hint.store(0, std::memory_order_release); buffer.resize(BUFFER_SIZE); fs.init(); - rotation = 0; + reclaim_rot = 0; } // Prohibitively expensive