lix/src/nix-store
Guillaume Maudoux ebc86550f9 Make roots a map of store paths to pinning links
This new structure makes more sense as there may be many sources rooting
the same store path. Many profiles can reference the same path but this
is even more true with /proc/<pid>/maps where distinct pids can and
often do map the same store path.
This implementation is also more efficient as the `Roots` map contains
only one entry per rooted store path.
2019-03-10 00:56:09 +01:00
..
dotgraph.cc Fix some random -Wconversion warnings 2018-05-02 13:56:34 +02:00
dotgraph.hh More of the same 2016-02-04 15:10:47 +01:00
graphml.cc Add --graphml option to the nix-store --query command 2018-10-20 09:48:34 +02:00
graphml.hh Add --graphml option to the nix-store --query command 2018-10-20 09:48:34 +02:00
nix-store.cc Make roots a map of store paths to pinning links 2019-03-10 00:56:09 +01:00