From 46d5b896e841a209ea92cac23d5f59dfc1ff885d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 7 Apr 2020 00:00:43 +0200 Subject: Fix pinging --- src/proto.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto.rs') diff --git a/src/proto.rs b/src/proto.rs index 8b60784e..3a950c6c 100644 --- a/src/proto.rs +++ b/src/proto.rs @@ -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, -- cgit v1.2.3