mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 08:17:34 +00:00
ProcessManager: Don't show the colonel task. :^)
This commit is contained in:
parent
28652a0bf7
commit
2f266ef649
1 changed files with 3 additions and 2 deletions
|
@ -151,6 +151,9 @@ void ProcessTableModel::update()
|
||||||
ASSERT(ok);
|
ASSERT(ok);
|
||||||
state.physical = parts[13].to_uint(ok);
|
state.physical = parts[13].to_uint(ok);
|
||||||
ASSERT(ok);
|
ASSERT(ok);
|
||||||
|
sum_nsched += nsched;
|
||||||
|
if (pid == 0)
|
||||||
|
continue;
|
||||||
|
|
||||||
{
|
{
|
||||||
auto it = m_processes.find(pid);
|
auto it = m_processes.find(pid);
|
||||||
|
@ -163,8 +166,6 @@ void ProcessTableModel::update()
|
||||||
(*it).value->current_state = state;
|
(*it).value->current_state = state;
|
||||||
|
|
||||||
live_pids.set(pid);
|
live_pids.set(pid);
|
||||||
|
|
||||||
sum_nsched += nsched;
|
|
||||||
}
|
}
|
||||||
int rc = fclose(fp);
|
int rc = fclose(fp);
|
||||||
ASSERT(rc == 0);
|
ASSERT(rc == 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue