Separating RPC

This commit is contained in:
Tomasz Drwięga
2016-04-21 13:12:43 +02:00
parent 3c665f7640
commit 09b2d7b3a6
5 changed files with 213 additions and 129 deletions

View File

@@ -116,6 +116,7 @@ impl Hypervisor {
}
}
#[cfg(test)]
mod tests {
use super::*;
use std::sync::atomic::{AtomicBool,Ordering};