* Reverse mappings for the successor and substitute mappings.
This commit is contained in:
parent
1eb4da156c
commit
d3d5e77810
6 changed files with 68 additions and 27 deletions
|
|
@ -8,13 +8,6 @@
|
|||
#include "globals.hh"
|
||||
|
||||
|
||||
void registerSuccessor(const Transaction & txn,
|
||||
const Path & path1, const Path & path2)
|
||||
{
|
||||
nixDB.setString(txn, dbSuccessors, path1, path2);
|
||||
}
|
||||
|
||||
|
||||
static Path useSuccessor(const Path & path)
|
||||
{
|
||||
string pathSucc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue