Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/tcf/services/locator.py')
-rw-r--r--python/src/tcf/services/locator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/src/tcf/services/locator.py b/python/src/tcf/services/locator.py
index 8ffe42be2..10199a140 100644
--- a/python/src/tcf/services/locator.py
+++ b/python/src/tcf/services/locator.py
@@ -33,6 +33,7 @@ CONF_REQ_INFO = 1
CONF_PEER_INFO = 2
CONF_REQ_SLAVES = 3
CONF_SLAVES_INFO = 4
+CONF_PEERS_REMOVED = 5
NAME = "Locator"

Back to the top