Slipped by in r37138: Added VMCache::Dump() and removed GetLock().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-06-15 00:07:18 +00:00
parent 9f134a3a2e
commit f8e263c184

View File

@ -120,8 +120,6 @@ public:
// long as the lock is owned.
// for debugging only
mutex* GetLock()
{ return &fLock; }
int32 RefCount() const
{ return fRefCount; }
@ -158,6 +156,8 @@ public:
virtual bool DebugHasPage(off_t offset);
vm_page* DebugLookupPage(off_t offset);
virtual void Dump(bool showPages) const;
public:
VMArea* areas;
list_link consumer_link;