Преглед изворни кода

Moved from ais_msg.h so ais_msg.h doesn't need to be included by evt.

(Logical change 1.130)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@464 fd59a12c-fef9-0310-b244-a6a79926bd2f
Mark Haverkamp пре 21 година
родитељ
комит
c7e13c84e8
1 измењених фајлова са 12 додато и 0 уклоњено
  1. 12 0
      include/ipc_gen.h

+ 12 - 0
include/ipc_gen.h

@@ -76,4 +76,16 @@ enum nodeexec_message_types {
 	MESSAGE_REQ_EXEC_EVT_RECOVERY_EVENTDATA
 };
 
+struct req_header {
+	int size;
+	int id;
+} __attribute__((packed));
+
+struct res_header {
+	int size;
+	int id;
+	SaErrorT error;
+};
+
+
 #endif /* IPC_GEN_H_DEFINED */