[UNTESTED] small fix to variable naming

This commit is contained in:
2026-01-04 10:49:39 -05:00
parent 9258d6c197
commit c1745b7bfc

View File

@@ -469,7 +469,7 @@ class FanOutFabric {
reclaim_hint.store(0, std::memory_order_release); reclaim_hint.store(0, std::memory_order_release);
buffer.resize(BUFFER_SIZE); buffer.resize(BUFFER_SIZE);
fs.init(); fs.init();
rotation = 0; reclaim_rot = 0;
} }
// Prohibitively expensive // Prohibitively expensive