Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed May 21, 2024
1 parent 4f50629 commit 3b8c0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/system/collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn process_to_values(process: &ProcessInfo, users: &Users) -> Vec<(String, Datav
vec![
(
"pid".to_string(),
Datavalue::IntegerID(u32::from(process.pid.as_u32())),
Datavalue::IntegerID(process.pid.as_u32()),
),
(
"name".to_string(),
Expand Down

0 comments on commit 3b8c0a4

Please sign in to comment.