server handshake

This commit is contained in:
NikVolf
2016-04-08 14:07:25 +03:00
parent c5dc281934
commit a6d140616b
4 changed files with 39 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
use std::sync::RwLock;
use std::ops::*;
use ipc::IpcConfig;
pub struct Service {
pub commits: RwLock<usize>,