diff options
author | Guillaume Maudoux <layus.on@gmail.com> | 2019-02-27T22·32+0100 |
---|---|---|
committer | Guillaume Maudoux <layus.on@gmail.com> | 2019-03-09T23·56+0100 |
commit | 43331d634498154f6a1835c8c417dd07eaefd45d (patch) | |
tree | d1f60ee96248c02024cabc86809fd54f7e3b4bc5 /src/libstore/local-store.hh | |
parent | 5886bc5996537fbf00d1fcfbb29595b8ccc9743e (diff) |
detail memory roots
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index fce963433a5e..730d4c917d34 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -269,7 +269,7 @@ private: Roots findRootsNoTemp(); - PathSet findRuntimeRoots(); + void findRuntimeRoots(Roots & roots); void removeUnusedLinks(const GCState & state); |