1CONFDB_FINALIZE(3)Corosync Cluster Engine Programmer's ManualCONFDB_FINALIZE(3)
2
3
4

NAME

6       confdb_finalize - Terminate a connection to the CONFDB service
7

SYNOPSIS

9       #include <corosync/confdb.h>
10
11       int confdb_finalize(confdb_handle_t handle);
12

DESCRIPTION

14       The  confdb_finalize function is used to close a connection to the con‐
15       figuration dabatase 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 confdb_dispatch function.
18

RETURN VALUE

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

ERRORS

24       The errors are undocumented.
25

SEE ALSO

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