ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
raft_msgids.h
Go to the documentation of this file.
1
6#ifndef ICAROUS_CFS_RAFT_MSGIDS_H
7#define ICAROUS_CFS_RAFT_MSGIDS_H
8
9#define ICAROUS_RAFT_HBEAT 0x0601
10#define ICAROUS_RAFT_ACKHBEAT 0x0602
11#define ICAROUS_RAFT_VOTEREQUEST 0x0603
12#define ICAROUS_RAFT_VOTERESPONSE 0x0604
13#define ICAROUS_RAFT_DATALOG 0x0605
14#define ICAROUS_RAFT_NEUTRAL_FOLLOWER 0x0606
15
16
17#endif //ICAROUS_CFS_RAFT_MSGIDS_H