package Smith.ACL; message AgentKeepalive {

optional string  uuid = 1;
required string name = 2;
optional int64 time = 3;

}