diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-22T11·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-22T11·15+0000 |
commit | 299ff64812ce166d230f1b630f794be226c7a178 (patch) | |
tree | e09c23e7c49837c09701255bcd8fc09e51a964a8 /src/libstore/local-store.hh | |
parent | 1930570ad96e47de9e8557a7734c7bfd9f36f942 (diff) |
* Put the derivation outputs in the database. This is useful for the
garbage collector.
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index e1859e68edf2..f10ba18d5a71 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -198,6 +198,7 @@ private: SQLiteStmt stmtInvalidatePath; SQLiteStmt stmtRegisterFailedPath; SQLiteStmt stmtHasPathFailed; + SQLiteStmt stmtAddDerivationOutput; int getSchema(); |