mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 17:58:01 +00:00
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
This commit is contained in:
parent
58b1b579c0
commit
c7e13c84e8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user