Procházet zdrojové kódy

fix wrong Hastat after node join

(Logical change 1.100)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@371 fd59a12c-fef9-0310-b244-a6a79926bd2f
Miyotaka Sakai před 21 roky
rodič
revize
be07031e0b
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      include/ais_msg.h

+ 4 - 0
include/ais_msg.h

@@ -360,6 +360,10 @@ struct req_exec_amf_componentregister {
 	struct req_header header;
 	struct message_source source;
 	struct req_lib_amf_componentregister req_lib_amf_componentregister;
+	SaAmfReadinessStateT currentReadinessState;
+	SaAmfReadinessStateT newReadinessState;
+	SaAmfHAStateT currentHAState;
+	SaAmfHAStateT newHAState;
 };
 
 struct res_lib_amf_componentregister {