mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
Made remountRequired atomic to avoid concurrency issues.
This commit is contained in:
parent
ca1a108dad
commit
3a9fe1a085
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ private:
|
||||||
|
|
||||||
void remountIfNecessary();
|
void remountIfNecessary();
|
||||||
|
|
||||||
bool _remountRequired = false;
|
std::atomic_bool _remountRequired = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue