* Subflag in --verify': nix-store --verify --check-contents' checks

that the contents of store paths has not changed by comparing hashes
  of their current contents to the hashes stored in the database.
This commit is contained in:
Eelco Dolstra 2005-02-08 13:48:53 +00:00
parent 3d74274b37
commit c547439843
3 changed files with 47 additions and 11 deletions

View file

@ -122,7 +122,7 @@ Path addTextToStore(const string & suffix, const string & s,
/* Delete a value from the nixStore directory. */
void deleteFromStore(const Path & path);
void verifyStore();
void verifyStore(bool checkContents);
#endif /* !__STORE_H */