"find_page" didn't search the inactive queue.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34972 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -278,6 +278,7 @@ find_page(int argc, char **argv)
|
|||||||
{ "clear", &sClearPageQueue },
|
{ "clear", &sClearPageQueue },
|
||||||
{ "modified", &sModifiedPageQueue },
|
{ "modified", &sModifiedPageQueue },
|
||||||
{ "active", &sActivePageQueue },
|
{ "active", &sActivePageQueue },
|
||||||
|
{ "inactive", &sInactivePageQueue },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user