[UNTESTED] small fix to variable naming
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user