diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-14T10·23+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-14T10·23+0000 |
commit | 3509299aca833ed50faab146f985853255041cb2 (patch) | |
tree | 4c5edc08eaa798790f72715ccbc8f19b0ef8ac47 /src/store.hh | |
parent | 135b7d54db4e0ca56bda67946432fcf9d4f3ac5c (diff) |
* After building, scan for actual file system references as
opposed to declared references. This prunes the reference graph, thus allowing better garbage collection and more efficient derivate distribution.
Diffstat (limited to 'src/store.hh')
-rw-r--r-- | src/store.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/store.hh b/src/store.hh index 82fb2e12a109..b6ed43ff675b 100644 --- a/src/store.hh +++ b/src/store.hh @@ -1,5 +1,5 @@ -#ifndef __VALUES_H -#define __VALUES_H +#ifndef __STORE_H +#define __STORE_H #include <string> @@ -37,4 +37,4 @@ void addToStore(string srcPath, string & dstPath, Hash & hash, void deleteFromStore(const string & path); -#endif /* !__VALUES_H */ +#endif /* !__STORE_H */ |