Integrate with simple Heartbeats

This commit is contained in:
Connor Imes 2015-08-12 13:16:11 -05:00
parent 19d466b062
commit 054cbf2dce
8 changed files with 224 additions and 6 deletions

View file

@ -8,6 +8,7 @@
#[macro_use] extern crate log;
extern crate hbs_pow;
extern crate ipc_channel;
extern crate libc;
#[macro_use]
@ -21,3 +22,5 @@ extern crate util;
pub mod mem;
pub mod time;
mod heartbeats;