"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:
Ingo Weinhold 2010-01-09 15:26:15 +00:00
parent 924a3e5f9b
commit 5bcbe8b2a0
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@ find_page(int argc, char **argv)
{ "clear", &sClearPageQueue },
{ "modified", &sModifiedPageQueue },
{ "active", &sActivePageQueue },
{ "inactive", &sInactivePageQueue },
{ NULL, NULL }
};