Hi All,
One of our service wants to register quorum callback by calling
api->quorum_register_callback() in it's exec_init_fn(). But according to
corosync_service_default_link_and_init(), all external service such as
openais are initialized before corosync internal service such as
corosync_quorum, so the calling to api->quorum_register_callback() do
nothing at all. What is the right thing we should do? Reorder the service
init sequence or skip calling api->quorum_register_callback() in
exec_init_fn()? Please give some advices .
_______________________________________________
discuss mailing list
[email protected]
http://lists.corosync.org/mailman/listinfo/discuss

Reply via email to