move the signal handler to the binary

This commit is contained in:
Skgland
2021-02-26 17:24:31 +01:00
parent a638d42d92
commit 0a08464d4f
3 changed files with 10 additions and 11 deletions

View File

@@ -60,7 +60,7 @@ pub(crate) struct MachinePolicies {
}
lazy_static! {
pub(crate) static ref INTERRUPT: AtomicBool = AtomicBool::new(false);
pub static ref INTERRUPT: AtomicBool = AtomicBool::new(false);
}
impl MachinePolicies {