Track special disk accesses.

This commit is contained in:
JoelKatz
2012-11-19 17:08:58 -08:00
parent b79a927c28
commit 11088937a4
5 changed files with 5 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ void HashedObjectStore::waitWrite()
void HashedObjectStore::bulkWrite()
{
LoadEvent::pointer event = theApp->getJobQueue().getLoadEvent(jtDISK);
while (1)
{
std::vector< boost::shared_ptr<HashedObject> > set;