Fix pinging

This commit is contained in:
Alex Auvolat
2020-04-07 00:00:43 +02:00
parent a7b85146fe
commit 46d5b896e8
3 changed files with 83 additions and 76 deletions
+1
View File
@@ -18,6 +18,7 @@ pub enum Message {
#[derive(Debug, Serialize, Deserialize)]
pub struct PingMessage {
pub id: UUID,
pub datacenter: String,
pub rpc_port: u16,
pub status_hash: Hash,