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:
parent
9f134a3a2e
commit
f8e263c184
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user