Skip to content

Commit

Permalink
Update unix.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Weihang Lo <weihanglo@users.noreply.github.com>
  • Loading branch information
NobodyXu and weihanglo authored Jul 16, 2024
1 parent d897301 commit 7ea4ce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ use std::thread::{self, Builder, JoinHandle};
use std::time::Duration;

#[derive(Debug)]
/// This preserves the `--jobserver-auth` type at creation time,
/// so auth type will be passed down to and inherit from sub-Make processes correctly.
///
/// See <https://github.com/rust-lang/jobserver-rs/issues/99> for details.
enum ClientCreationArg {
Fds { read: c_int, write: c_int },
Fifo(Box<Path>),
Expand Down

0 comments on commit 7ea4ce0

Please sign in to comment.