There was an error while loading. Please reload this page.
1 parent 5a823a4 commit cbf6349Copy full SHA for cbf6349
datarepresentation/endpoint.py
@@ -4,6 +4,7 @@ def __init__(self, endpoint_id, datacenter_latency, amount_of_caches):
4
self.datacenter_latency = datacenter_latency
5
self.amount_of_caches = amount_of_caches
6
self.cache_server_latencies = dict()
7
+ self.connections = []
8
9
def __str__(self):
10
return self.__pretty_string_representation()
0 commit comments