Explorar o código

Allow CPG messages to be sent on an inquorate cluster

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1771 fd59a12c-fef9-0310-b244-a6a79926bd2f
Christine Caulfield %!s(int64=17) %!d(string=hai) anos
pai
achega
c450c918f7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      services/cpg.c

+ 1 - 0
services/cpg.c

@@ -263,6 +263,7 @@ struct corosync_service_engine cpg_service_engine = {
 	.id					= CPG_SERVICE,
 	.private_data_size			= sizeof (struct process_info),
 	.flow_control				= CS_LIB_FLOW_CONTROL_REQUIRED,
+	.allow_inquorate			= CS_LIB_ALLOW_INQUORATE,
 	.lib_init_fn				= cpg_lib_init_fn,
 	.lib_exit_fn				= cpg_lib_exit_fn,
 	.lib_engine				= cpg_lib_engine,