From e1239b96f40b818faf4f97c657b5300fe6f73e35 Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Thu, 12 Feb 2009 00:45:19 +0000 Subject: [PATCH] Add TMR_SERVICE to the list of service_types. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1758 fd59a12c-fef9-0310-b244-a6a79926bd2f --- include/corosync/ipc_gen.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/corosync/ipc_gen.h b/include/corosync/ipc_gen.h index 83094f20..718a66f0 100644 --- a/include/corosync/ipc_gen.h +++ b/include/corosync/ipc_gen.h @@ -48,7 +48,8 @@ enum service_types { CPG_SERVICE = 8, CONFDB_SERVICE = 10, QUORUM_SERVICE = 11, - PLOAD_SERVICE = 12 + PLOAD_SERVICE = 12, + TMR_SERVICE = 13, }; enum req_init_types {