1EVS_FD_GET(3) Openais Programmer's Manual EVS_FD_GET(3)
2
3
4
6 evs_fd_get - Dispatches callbacks from the EVS service
7
9 #include <openais/evs.h>
10
11 int evs_fd_get(evs_handle_t handle, int *fd);
12
14 The evs_fd_get function is used to retrieve the file descriptor that
15 may be used with the poll system call to determine when evs_dispatch(3)
16 won't block. The handle argument may not be used directly with poll
17 because it is not the file descriptor, but instead an internal identiā
18 fier used by the EVS library.
19
21 This call returns the EVS_OK value if successful, otherwise an error is
22 returned.
23
25 The errors are undocumented.
26
28 evs_overview(8), evs_initialize(3), evs_finalize(3), evs_dispatch(3),
29 evs_join(3), evs_leave(3), evs_mcast_joined(3), evs_mcast_groups(3),
30 evs_mmembership_get(3)
31
32openais Man Page 2004-08-31 EVS_FD_GET(3)