From 8a55ef585e8b61e4d581d2b15810f188b84821a8 Mon Sep 17 00:00:00 2001 From: Patrick Caulfield Date: Wed, 17 May 2006 12:54:37 +0000 Subject: [PATCH] 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 --- include/ipc_cpg.h | 2 -- include/ipc_gen.h | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/ipc_cpg.h b/include/ipc_cpg.h index 273d0c40..b2499430 100644 --- a/include/ipc_cpg.h +++ b/include/ipc_cpg.h @@ -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, diff --git a/include/ipc_gen.h b/include/ipc_gen.h index d9a80074..2523fcca 100644 --- a/include/ipc_gen.h +++ b/include/ipc_gen.h @@ -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 {