From 9bf201420c1de93035e14c8b102c3d57f6d7abb0 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 26 Jun 2009 02:50:38 +0000 Subject: [PATCH] Add AMF_V2_SERVICE defintion git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2301 fd59a12c-fef9-0310-b244-a6a79926bd2f --- include/corosync/corodefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/corosync/corodefs.h b/include/corosync/corodefs.h index 1ec2cad2..44015256 100644 --- a/include/corosync/corodefs.h +++ b/include/corosync/corodefs.h @@ -57,6 +57,7 @@ enum corosync_service_types { TMR_SERVICE = 14, VOTEQUORUM_SERVICE = 15, NTF_SERVICE = 16, + AMF_V2_SERVICE = 17 }; #define PROCESSOR_COUNT_MAX 384