Skip to content

Commit 7ea4ce0

Browse files
NobodyXuweihanglo
andauthored
Update unix.rs
Co-authored-by: Weihang Lo <[email protected]>
1 parent d897301 commit 7ea4ce0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unix.rs

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ use std::thread::{self, Builder, JoinHandle};
1717
use std::time::Duration;
1818

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

0 commit comments

Comments
 (0)