Skip to content

Commit

Permalink
Update src/unix/linux/process.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Gomez <[email protected]>
  • Loading branch information
sigsegved and GuillaumeGomez authored Jan 30, 2025
1 parent 727e438 commit 432db81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ fn get_all_pid_entries(
parent_pid: Option<Pid>,
entry: DirEntry,
data: &mut Vec<ProcAndTasks>,
enable_thread_stats: bool,
enable_task_stats: bool,
) -> Option<Pid> {
let Ok(file_type) = entry.file_type() else {
return None;
Expand Down

0 comments on commit 432db81

Please sign in to comment.