Skip to content

Commit

Permalink
Update src/safeposix/cage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Cappos <[email protected]>
  • Loading branch information
qianxichen233 and JustinCappos authored Nov 16, 2024
1 parent 88fd636 commit 39d9387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/safeposix/cage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub use super::syscalls::sys_constants::*;

pub use crate::interface::CAGE_TABLE;

// Used to implement waitpid
#[derive(Debug, Clone, Copy)]
pub struct Zombie {
pub cageid: u64,
Expand Down

0 comments on commit 39d9387

Please sign in to comment.