mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 23:12:44 +01:00
Add comment
This commit is contained in:
parent
e791ede495
commit
9302ec5e0e
1 changed files with 4 additions and 0 deletions
|
|
@ -174,6 +174,10 @@ private:
|
||||||
std::unique_ptr<PublicKeys> publicKeys;
|
std::unique_ptr<PublicKeys> publicKeys;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Mutable state. It's behind a `ref` to reduce false sharing
|
||||||
|
* between immutable and mutable fields.
|
||||||
|
*/
|
||||||
ref<Sync<State>> _state;
|
ref<Sync<State>> _state;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue