* Put the derivation outputs in the database. This is useful for the

garbage collector.
This commit is contained in:
Eelco Dolstra 2010-02-22 11:15:50 +00:00
parent 1930570ad9
commit 299ff64812
3 changed files with 35 additions and 2 deletions

View file

@ -198,6 +198,7 @@ private:
SQLiteStmt stmtInvalidatePath;
SQLiteStmt stmtRegisterFailedPath;
SQLiteStmt stmtHasPathFailed;
SQLiteStmt stmtAddDerivationOutput;
int getSchema();