votequorum_dispatch (3) Linux Manual Page
votequorum_dispatch – Dispatches callbacks from the votequorum service Synopsis #include <corosync/votequorum.h> int votequorum_dispatch(votequorum_handle_t handle, cs_dispatch_flags_t *dispatch_types); Description The votequorum_dispatch function is used to dispatch configuration changes. Each application may have several connections to the votequorum API. Each application uses the handle argument to uniquely identify the connection. The dispatch_types argument is used to identify the…
