Skip to content

Commit

Permalink
Merge pull request #117 from lars-t-hansen/w-94-virtualize-procfs
Browse files Browse the repository at this point in the history
For #94 - virtualize procfs, add tests
  • Loading branch information
bast authored Nov 1, 2023
2 parents 641744b + a223a40 commit 79a3889
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 87 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mod jobs;
mod nvidia;
mod process;
mod procfs;
mod procfsapi;
mod ps;
mod slurm;
mod util;
Expand Down
2 changes: 1 addition & 1 deletion src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::command::{self, CmdError};
use crate::util;
use crate::TIMEOUT_SECONDS;

#[derive(PartialEq)]
#[derive(PartialEq, Debug)]
pub struct Process {
pub pid: usize,
pub uid: usize,
Expand Down
Loading

0 comments on commit 79a3889

Please sign in to comment.