From 762cee72ccd860e72c7b639a1dd542ac0f298bb2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 19 Feb 2010 16:04:51 +0000 Subject: * Implement registerValidPath(). --- src/libstore/store-api.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstore/store-api.hh') diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 8506d47e36a7..23a3ab25e470 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -333,6 +333,7 @@ struct ValidPathInfo Hash hash; PathSet references; time_t registrationTime; + unsigned long long id; // internal use only ValidPathInfo() : registrationTime(0) { } }; -- cgit 1.4.1