aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/path-info.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-02-01 10:09:25 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-02-01 10:09:25 -0500
commit59d3175649a6bbdde76d1dfcf476c11392add827 (patch)
treef116cda72329daf7ed8c2a002e8475c3ec49d13c /src/libstore/path-info.hh
parentdb759b1bc23c64b2aa6bdd0c5444a6d864488671 (diff)
Put back TODO
I don't think the `narHash` is in need of documentation more than the other undocumented fields, but regardless this change has nothing to do with that field and so we should leave the comment as is.
Diffstat (limited to 'src/libstore/path-info.hh')
-rw-r--r--src/libstore/path-info.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/path-info.hh b/src/libstore/path-info.hh
index 663d94540..35aced472 100644
--- a/src/libstore/path-info.hh
+++ b/src/libstore/path-info.hh
@@ -29,6 +29,7 @@ struct ValidPathInfo
{
StorePath path;
std::optional<StorePath> deriver;
+ // TODO document this
Hash narHash;
StorePathSet references;
time_t registrationTime = 0;