Commit 5160976a authored by Grégory Wisniewski's avatar Grégory Wisniewski

A master that has just switch to the secondary state can receive a notification

about the cluster state.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1087 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 51576dd1
......@@ -101,3 +101,6 @@ class PrimaryMasterHandler(MasterHandler):
def handleAnswerPrimaryMaster(self, conn, packet, primary_uuid, known_master_list):
pass
def handleNotifyClusterInformation(self, conn, packet, state):
pass
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment