thanks for the patch - good work merged -steve
On Fri, 2010-05-14 at 16:29 +0900, sato yuki wrote: > Hello Steven, Hello all > > This patch is thing to cfg service. > "corosync-cfgtool -r" no response at corosync-1.2.2. > > Thanks in advance. > > yuki sato > plain text document attachment (cfg.patch) > Index: services/cfg.c > =================================================================== > --- services/cfg.c (revision 2830) > +++ services/cfg.c (working copy) > @@ -278,7 +278,7 @@ > .lib_engine_count = sizeof (cfg_lib_engine) / > sizeof (struct corosync_lib_handler), > .exec_init_fn = cfg_exec_init_fn, > .exec_engine = cfg_exec_engine, > - .exec_engine_count = 0, /* sizeof > (cfg_aisexec_handler_fns) / sizeof (coroync_exec_handler), */ > + .exec_engine_count = sizeof (cfg_exec_engine) / > sizeof (struct corosync_exec_handler), > .confchg_fn = cfg_confchg_fn, > .sync_mode = CS_SYNC_V1 > }; > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
