DEBUG_SAME_INT -> DEBUG_SAME_SIZE

This commit is contained in:
rriegel
2008-01-10 18:57:06 +00:00
parent 18db27c7b9
commit 3bcd23dd14
13 changed files with 92 additions and 91 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ void CacheArray<T>::Flush() {
cache_->StopRead(blockid);
}
DEBUG_SAME_INT(metadata->lock_count, 0);
DEBUG_SAME_SIZE(metadata->lock_count, 0);
metadata->data = NULL;
fifo_[i] = -1;
}