Fix context chain closing
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / lifecycle / ContextChainMastershipState.java
index 2dd2bbfcb380196051859f004080efb517184098..0a57aca6f86ef464f35573a16c56a3bf03b6b743 100644 (file)
@@ -24,9 +24,12 @@ public enum ContextChainMastershipState {
      * Initial flow registry fill is done.
      */
     INITIAL_FLOW_REGISTRY_FILL,
+    /**
+     * Registration of RPC services is done.
+     */
+    RPC_REGISTRATION,
     /**
      * Check mastership.
      */
     CHECK
-
 }