1CONFDB_OBJECT_PARENCTo_rGoEsTy(n3c)Cluster Engine ProgrammerC'OsNFMDaBn_uOaBlJECT_PARENT_GET(3)
2
3
4
6 confdb_parent_get - Configuration Database Object Parent
7
9 #include <corosync/confdb.h>
10
11 confdb_error_t confdb_object_parent_get(confdb_handle_t handle,
12 unsigned int object_handle, unsigned int *parent_object_handle);
13
15 The confdb_object_parent_get returns the parent object handle of
16 already known object. object_handle is the handle of an existing
17 object parent_object_handle returns the handle of its parent.
18
20 This call returns the CONFDB_OK value if successful, otherwise an error
21 is returned.
22
24 The errors are undocumented.
25
27 confdb_overview(8), confdb_initialize(3), confdb_finalize(3),
28 confdb_dispatch(3), confdb_object_create(3), confdb_object_destroy(3),
29 confdb_object_parent_get(3), confdb_key_create(3),
30 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
35corosync Man Page 2008-04-17 CONFDB_OBJECT_PARENT_GET(3)