1EVS_FINALIZE(3) Corosync Cluster Engine Programmer's Manual EVS_FINALIZE(3)
2
3
4
6 evs_finalize - Terminate a connection to the EVS service
7
9 #include <corosync/evs.h>
10
11 int evs_finalize(evs_handle_t handle);
12
14 The evs_finalize function is used to close a connection to the extended
15 virtual synchrony API. Once the connection is finalized, the handle
16 may not be used again by applications. No more callbacks will be dis‐
17 patched from the evs_dispatch function.
18
20 This call returns the EVS_OK value if successful, otherwise an error is
21 returned.
22
24 The errors are undocumented.
25
27 evs_overview(8), evs_initialize(3), evs_fd_get(3), evs_dispatch(3),
28 evs_join(3), evs_leave(3), evs_mcast_joined(3), evs_mcast_groups(3),
29 evs_mmembership_get(3) evs_context_get(3) evs_context_set(3)
30
31corosync Man Page 2004-08-31 EVS_FINALIZE(3)