1CONFDB_FD_GET(3)  Corosync Cluster Engine Programmer's Manual CONFDB_FD_GET(3)
2
3
4

NAME

6       confdb_fd_get - Dispatches callbacks from the CONFDB service
7

SYNOPSIS

9       #include <corosync/confdb.h>
10
11       int confdb_fd_get(confdb_handle_t handle, int *fd);
12

DESCRIPTION

14       The confdb_fd_get function is used to retrieve the file descriptor that
15       may be used with the poll system call  to  determine  when  confdb_dis‐
16       patch(3)  won't  block.   The  handle argument may not be used directly
17       with poll because it is not the file descriptor, but instead an  inter‐
18       nal identifier used by the CONFDB library.
19

RETURN VALUE

21       This call returns the CONFDB_OK value if successful, otherwise an error
22       is returned.
23

ERRORS

25       The errors are undocumented.
26

SEE ALSO

28       confdb_overview(8),      confdb_initialize(3),      confdb_finalize(3),
29       confdb_dispatch(3),      confdb_fd_get(3),     confdb_object_create(3),
30       confdb_object_destroy(3), confdb_object_parent_get(3),  confdb_key_cre‐
31       ate(3), confdb_key_delete(3), confdb_key_get(3), confdb_key_replace(3),
32       confdb_object_find_start(3),                     confdb_object_find(3),
33       confdb_object_iter_start(3),                     confdb_object_iter(3),
34       confdb_key_iter_start(3), confdb_key_iter(3),
35
36corosync Man Page                 2004-08-31                  CONFDB_FD_GET(3)
Impressum