NAME
evs_join - Joins one or more groups in the EVS library
SYNOPSIS
#include <openais/evs.h>
I int evs_membership_get(evs_handle_t handle , struct evs_address * local_addr , struct evs_address * member_list , int * member_list_entries );
DESCRIPTION
The
evs_membership_get
function is used to determine the current processors in the configuration and also
the local processor identifier.
The argument
handle
is used to reference the evs instantiation.
The argument
local_addr
will return the local address of the processor.
The argument
member_list
will return the list of processors in the current membership.
The argument
member_list_entries
should be set with the size of member_list and will return the size of the
member_list after return from the function.
ERRORS
The errors are undocumented.
SEE ALSO