1EVS_JOIN(3) Corosync Cluster Engine Programmer's Manual EVS_JOIN(3)
2
3
4
6 evs_join - Joins one or more groups in the EVS library
7
9 #include <corosync/evs.h>
10
11 int evs_membership_get(evs_handle_t handle, unsigned int *local_nodeid,
12 unsigned int *member_list, int *member_list_entries);
13
15 The evs_membership_get function is used to determine the current pro‐
16 cessors in the configuration and also the local processor identifier.
17 The argument handle is used to reference the evs instantiation. The
18 argument local_nodeid will return the local node id of the processor.
19 The argument member_list will return the list of processors in the cur‐
20 rent membership. The argument member_list_entries should be set with
21 the size of member_list and will return the size of the member_list
22 after return from the function.
23
25 The errors are undocumented.
26
28 evs_overview(8), evs_initialize(3), evs_finalize(3), evs_fd_get(3),
29 evs_dispatch(3), evs_leave(3), evs_mcast_joined(3),
30 evs_mcast_groups(3), evs_membership_get(3) evs_context_get(3) evs_con‐
31 text_set(3)
32
33corosync Man Page 2004-08-31 EVS_JOIN(3)