This commit is contained in:
Harrison G 2015-08-02 16:55:42 -04:00
parent f1c26c59f1
commit 49c5408e65
8 changed files with 67 additions and 40 deletions

View file

@ -9,6 +9,7 @@ use std::net::TcpStream;
pub struct WorkerActor {
pub name: String,
pub console: String,
pub id: WorkerId,
}