mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 13:14:16 +00:00
Fix compile error in services/cfg.c
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2843 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
18326ad242
commit
18a1ea648b
@ -278,7 +278,7 @@ struct corosync_service_engine cfg_service_engine = {
|
||||
.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 = sizeof (cfg_exec_engine) / 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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user