Mercurial > hg > svcore
diff base/StorageAdviser.cpp @ 192:900ac6667eab
...
author | Chris Cannam |
---|---|
date | Tue, 17 Oct 2006 18:54:04 +0000 |
parents | 058a82e8bc3c |
children | 91fdc752e540 |
line wrap: on
line diff
--- a/base/StorageAdviser.cpp Tue Oct 17 13:49:31 2006 +0000 +++ b/base/StorageAdviser.cpp Tue Oct 17 18:54:04 2006 +0000 @@ -38,6 +38,11 @@ std::cerr << "Disc space: " << discFree << ", memory free: " << memoryFree << ", memory total: " << memoryTotal << std::endl; + //!!! We have a potentially serious problem here if multiple + //recommendations are made in advance of any of the resulting + //allocations, as the allocations that have been recommended for + //won't be taken into account in subsequent recommendations. + enum StorageStatus { Unknown, Insufficient,