quorum_context_set (3) Linux Manual Page
quorum_context_set – Sets the context variable for a QUORUM instance Synopsis #include <corosync/quorum.h> int quorum_context_set(quorum_handle_t handle, void *context); Description The quorum_context_set function is used to set the context variable for a quorum instance. It has no meaning insire libquorum itself and will not be touched by the library. It can be retrieved using quorum_context_get(3) Return…
