(Logical change 1.130) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@464 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -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 {
+ SaErrorT error;
+};
#endif /* IPC_GEN_H_DEFINED */