Skip to content

Commit

Permalink
Merge pull request #409 from saschagrunert/reaper-pub
Browse files Browse the repository at this point in the history
Make child reaper private again
  • Loading branch information
rphillips authored May 10, 2022
2 parents a66d615 + f28028f commit 2f53468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conmon-rs/server/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct Server {

/// reaper instance
#[getset(get = "pub(crate)")]
pub reaper: Arc<ChildReaper>,
reaper: Arc<ChildReaper>,
}

impl Server {
Expand Down

0 comments on commit 2f53468

Please sign in to comment.