##// END OF EJS Templates
narrow: widden the lock context in `tracking`...
narrow: widden the lock context in `tracking` The tracking configuration we modify must be read under lock. So we grab the lock sooner.

File last commit:

r45179:1f5ab1a9 default
r51079:a6ca61fd default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}