mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-05 09:40:38 +00:00
Move CPG_SERVICE into service_types where it belongs.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1028 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
c7090b5047
commit
8a55ef585e
@ -38,8 +38,6 @@
|
||||
#include "saAis.h"
|
||||
#include "ipc_gen.h"
|
||||
|
||||
#define CPG_SERVICE 9
|
||||
|
||||
enum req_cpg_types {
|
||||
MESSAGE_REQ_CPG_JOIN = 0,
|
||||
MESSAGE_REQ_CPG_LEAVE = 1,
|
||||
|
@ -45,7 +45,8 @@ enum service_types {
|
||||
EVT_SERVICE = 4,
|
||||
LCK_SERVICE = 5,
|
||||
MSG_SERVICE = 6,
|
||||
CFG_SERVICE = 7
|
||||
CFG_SERVICE = 7,
|
||||
CPG_SERVICE = 8
|
||||
};
|
||||
|
||||
enum req_init_types {
|
||||
|
Loading…
Reference in New Issue
Block a user