[VOL-2833] Adding currentReplica and totalReplica fields to the Adapter message

Change-Id: Ie82f415d0cf6c4cff2789963b4585ec6bbd363ba
diff --git a/protos/voltha_protos/adapter.proto b/protos/voltha_protos/adapter.proto
index 5f0a60b..c0e83b2 100644
--- a/protos/voltha_protos/adapter.proto
+++ b/protos/voltha_protos/adapter.proto
@@ -38,6 +38,10 @@
 
     // timestamp when the adapter last sent a message to the core
     google.protobuf.Timestamp last_communication = 5;
+
+    int32 currentReplica = 6;
+    int32 totalReplicas = 7;
+    string endpoint = 8;
 }
 
 message Adapters {