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
This commit is contained in:
Ryan O'Hara 2009-02-12 00:45:19 +00:00
parent 047742b9ed
commit e1239b96f4

View File

@ -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 {