summaryrefslogtreecommitdiffstats
path: root/src/app/data_harvester/processes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/data_harvester/processes.rs')
-rw-r--r--src/app/data_harvester/processes.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/data_harvester/processes.rs b/src/app/data_harvester/processes.rs
index aed45d56..bdd6a609 100644
--- a/src/app/data_harvester/processes.rs
+++ b/src/app/data_harvester/processes.rs
@@ -24,6 +24,7 @@ pub enum ProcessSorting {
TotalRead,
TotalWrite,
State,
+ Count,
}
impl std::fmt::Display for ProcessSorting {
@@ -44,6 +45,7 @@ impl std::fmt::Display for ProcessSorting {
ProcessName => "Name",
Command => "Command",
Pid => "PID",
+ Count => "Count",
}
)
}