1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 04:30:59 +01:00

* Use Berkeley DB 4.4's process registry feature to recover from

crashed Nix instances, and toss out our own recovery code.
This commit is contained in:
Eelco Dolstra 2005-12-09 22:55:07 +00:00
parent eb268a7f95
commit a33b561a6b
2 changed files with 57 additions and 103 deletions

View file

@ -48,9 +48,6 @@ class Database
private:
DbEnv * env;
int fdLock;
int fdAccessors;
TableId nextId;
map<TableId, Db *> tables;