aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/path.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-07-03 07:57:36 -0600
committerBen Burdette <bburdette@gmail.com>2020-07-03 07:57:36 -0600
commitb29a4ea1dc650725d7489ecc9dd54ed37446d20f (patch)
tree72acb28cf81132b2da3d5c8c6dc88cbeeff84692 /src/libstore/path.hh
parent5818271c6e617f5c956ba74d19611d4c6e76bfe8 (diff)
parentc3c7aedbb5ac869b7c454e90683f77b9c527a75a (diff)
Merge branch 'master' into add-trace
Diffstat (limited to 'src/libstore/path.hh')
-rw-r--r--src/libstore/path.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/path.hh b/src/libstore/path.hh
index 4f79843fe..e43a8b50c 100644
--- a/src/libstore/path.hh
+++ b/src/libstore/path.hh
@@ -62,6 +62,7 @@ public:
typedef std::set<StorePath> StorePathSet;
typedef std::vector<StorePath> StorePaths;
+typedef std::map<string, StorePath> OutputPathMap;
/* Extension of derivations in the Nix store. */
const std::string drvExtension = ".drv";