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

Before editting get-drvs.hh: DrvInfo

This commit is contained in:
Wouter den Breejen 2007-06-21 13:26:58 +00:00
parent 235c91dd7f
commit a4fda31ad5
12 changed files with 164 additions and 52 deletions

View file

@ -284,8 +284,8 @@ static void performOp(Source & from, Sink & to, unsigned int op)
PathSet paths;
if (op == wopQueryStateReferences)
store->queryStateReferences(path, paths);
//else
// store->queryStateReferrers(path, paths); //TODO TODO implemnt function, and then commen out !!!!!!!!!!!!!!!!!!!!!
else
store->queryStateReferrers(path, paths); //TODO Does this work???
stopWork();
writeStringSet(paths, to);
break;