From: "Fabio M. Di Nitto" <fdinitto@xxxxxxxxxx> Signed-off-by: Fabio M. Di Nitto <fdinitto@xxxxxxxxxx> --- :100644 100644 4e71e5e... b0a6257... M man/Makefile.am :100644 000000 583be19... 0000000... D man/confdb_context_get.3 :100644 000000 34284dd... 0000000... D man/confdb_context_set.3 :100644 000000 748bc2c... 0000000... D man/confdb_dispatch.3 :100644 000000 c9e8883... 0000000... D man/confdb_fd_get.3 :100644 000000 2246cb4... 0000000... D man/confdb_finalize.3 :100644 000000 14541c8... 0000000... D man/confdb_initialize.3 :100644 000000 afa7eee... 0000000... D man/confdb_key_create.3 :100644 000000 06ecdb7... 0000000... D man/confdb_key_delete.3 :100644 000000 cce1ed3... 0000000... D man/confdb_key_iter.3 :100644 000000 ef6e5c2... 0000000... D man/confdb_key_replace.3 :100644 000000 37f1091... 0000000... D man/confdb_object_create.3 :100644 000000 9275404... 0000000... D man/confdb_object_destroy.3 :100644 000000 7afa937... 0000000... D man/confdb_object_find.3 :100644 000000 188d756... 0000000... D man/confdb_object_iter.3 :100644 000000 f626248... 0000000... D man/confdb_object_parent_get.3 :100644 000000 421c15d... 0000000... D man/confdb_overview.8 :100644 100644 4c779ec... ecbe48c... M man/index.html man/Makefile.am | 16 ------ man/confdb_context_get.3 | 71 ------------------------ man/confdb_context_set.3 | 72 ------------------------- man/confdb_dispatch.3 | 109 ------------------------------------- man/confdb_fd_get.3 | 77 --------------------------- man/confdb_finalize.3 | 74 ------------------------- man/confdb_initialize.3 | 115 ---------------------------------------- man/confdb_key_create.3 | 86 ------------------------------ man/confdb_key_delete.3 | 82 ---------------------------- man/confdb_key_iter.3 | 82 ---------------------------- man/confdb_key_replace.3 | 82 ---------------------------- man/confdb_object_create.3 | 89 ------------------------------- man/confdb_object_destroy.3 | 79 --------------------------- man/confdb_object_find.3 | 92 -------------------------------- man/confdb_object_iter.3 | 84 ----------------------------- man/confdb_object_parent_get.3 | 72 ------------------------- man/confdb_overview.8 | 79 --------------------------- man/index.html | 57 -------------------- 18 files changed, 0 insertions(+), 1418 deletions(-) diff --git a/man/Makefile.am b/man/Makefile.am index 4e71e5e..b0a6257 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -38,7 +38,6 @@ EXTRA_DIST = index.html dist_man_MANS = \ corosync.conf.5 \ - confdb_overview.8 \ corosync.8 \ corosync-objctl.8 \ corosync-blackbox.8 \ @@ -53,21 +52,6 @@ dist_man_MANS = \ cpg_overview.8 \ evs_overview.8 \ votequorum_overview.8 \ - confdb_dispatch.3 \ - confdb_fd_get.3 \ - confdb_finalize.3 \ - confdb_initialize.3 \ - confdb_key_create.3 \ - confdb_key_delete.3 \ - confdb_key_iter.3 \ - confdb_key_replace.3 \ - confdb_object_create.3 \ - confdb_object_destroy.3 \ - confdb_object_find.3 \ - confdb_object_iter.3 \ - confdb_object_parent_get.3 \ - confdb_context_get.3 \ - confdb_context_set.3 \ cpg_context_get.3 \ cpg_context_set.3 \ cpg_dispatch.3 \ diff --git a/man/confdb_context_get.3 b/man/confdb_context_get.3 deleted file mode 100644 index 583be19..0000000 --- a/man/confdb_context_get.3 +++ /dev/null @@ -1,71 +0,0 @@ -.\"/* -.\" * Copyright (c) 2007 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Patrick Caulfield <pcaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_CONTEXT_GET 3 2004-08-31 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_context_get \- Gets the context variable for a CONFDB instance -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "int confdb_context_get(confdb_handle_t " handle ", void **" context "); -.SH DESCRIPTION -The -.B confdb_context_get -function is used to retrieve the context variable previously stored using -.B confdb_context_set(3) -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_fd_get (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), - -.PP diff --git a/man/confdb_context_set.3 b/man/confdb_context_set.3 deleted file mode 100644 index 34284dd..0000000 --- a/man/confdb_context_set.3 +++ /dev/null @@ -1,72 +0,0 @@ -.\"/* -.\" * Copyright (c) 2007 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Patrick Caulfield <pcaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_CONTEXT_SET 3 2004-08-31 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_context_set \- Sets the context variable for a CONFDB instance -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "int confdb_context_set(confdb_handle_t " handle ", void *" context "); -.SH DESCRIPTION -The -.B confdb_context_set -function is used to set the context variable for a confdb instance. It has no -meaning insire libconfdb itself and will not be touched by the library. It can -be retrieved using -.B confdb_context_get(3) -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_fd_get (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_dispatch.3 b/man/confdb_dispatch.3 deleted file mode 100644 index 748bc2c..0000000 --- a/man/confdb_dispatch.3 +++ /dev/null @@ -1,109 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_DISPATCH 3 2004-08-31 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_dispatch \- Dispatches callbacks from the CONFDB service -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "int confdb_dispatch(confdb_handle_t " handle ", confdb_dispatch_t *" dispatch_types ");" -.SH DESCRIPTION -The -.B confdb_dispatch -function is used to dispatch configuration changes. -.PP -Each application may have several connections to the CONFDB API. Each application -uses the -.I handle -argument to uniquely identify the connection. -.PP -The -.I dispatch_types -argument is used to identify the type of dispatch to execute. The possible types are -defined by the structure: - -.IP -.RS -.ne 18 -.nf -.ta 4n 30n 33n -typedef enum { - CONFDB_DISPATCH_ONE, - CONFDB_DISPATCH_ALL, - CONFDB_DISPATCH_BLOCKING -} confdb_dispatch_t; -.ta -.fi -.RE -.IP -.PP -.PP -The dispatch values have the following meanings: -.TP -.B CONFDB_DISPATCH_ONE -Dispatch at least one callback, blocking until the callback is dispatched. -.TP -.B CONFDB_DISPATCH_ALL -Dispatch all waiting callbacks without blocking to wait for any callbacks. -.TP -.B CONFDB_DISPATCH_BLOCKING -Dispatch all callbacks blocking indefinitely. This is used in a threaded -program where a thread is created, and then confdb_dispatch() is called immediately -from the created thread to execute callbacks. - -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_fd_get (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), - -.PP diff --git a/man/confdb_fd_get.3 b/man/confdb_fd_get.3 deleted file mode 100644 index c9e8883..0000000 --- a/man/confdb_fd_get.3 +++ /dev/null @@ -1,77 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_FD_GET 3 2004-08-31 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_fd_get \- Dispatches callbacks from the CONFDB service -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "int confdb_fd_get(confdb_handle_t " handle ", int *" fd ");" -.SH DESCRIPTION -The -.B confdb_fd_get -function is used to retrieve the file descriptor that may be used with the poll -system call to determine when -.B confdb_dispatch(3) -won't block. The -.I handle -argument may not be used directly with -.B poll -because it is not the file descriptor, but instead an internal identifier used -by the CONFDB library. -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_fd_get (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_finalize.3 b/man/confdb_finalize.3 deleted file mode 100644 index 2246cb4..0000000 --- a/man/confdb_finalize.3 +++ /dev/null @@ -1,74 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_FINALIZE 3 2004-08-31 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_finalize \- Terminate a connection to the CONFDB service -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "int confdb_finalize(confdb_handle_t " handle ");" -.SH DESCRIPTION -The -.B confdb_finalize -function is used to close a connection to the configuration dabatase API. -Once the connection is finalized, the handle may not be used again by applications. -No more callbacks will be dispatched from the -.B confdb_dispatch function. -.PP -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_fd_get (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), - -.PP diff --git a/man/confdb_initialize.3 b/man/confdb_initialize.3 deleted file mode 100644 index 14541c8..0000000 --- a/man/confdb_initialize.3 +++ /dev/null @@ -1,115 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_INITIALIZE 3 2004-08-31 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_initialize \- Create a new connection to the ConfDb service -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "int confdb_initialize(confdb_handle_t *" handle ", confdb_callbacks_t *" callbacks "); -.SH DESCRIPTION -The -.B confdb_initialize -function is used to initialize a connection to the configuration database API. -.PP -Each application may have several connections to the CONFDB API. Each application -uses the -.I handle -argument to uniquely identify the connection. The -.I handle -argument is then used in other function calls to identify the connection to be used -for communication with the CONFDB service. -.PP -Every time the configuration database is updated, the callback is called. -The callback function is described by the following type definitions: -.PP -.PP -.IP -.RS -.ne 18 -.nf -.ta 4n 20n 32n - -typedef void (*confdb_change_notify_fn_t) ( - confdb_handle_t handle, - unsigned int parent_object_handle, - unsigned int object_handle, - void *object_name, - int object_name_len, - void *key_name, - int key_name_len, - void *key_value, - int key_value_len); - -.ta -.fi -.RE -.IP -.PP -.PP -The -.I callbacks -argument is of the type: -.IP -.RS -.ne 18 -.nf -.PP -typedef struct { - confdb_change_notify_fn_t confdb_change_notify_fn; -} confdb_callbacks_t; -.ta -.fi -.RE -.IP -.PP -When a configuration change occurs, the callback -is called from the -.B confdb_dispatch() -function. -.PP -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH BUGS -Callbacks are not support at the moment. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_finalize (3), -.BR confdb_fd_get (3), -.BR confdb_dispatch (3), -.PP diff --git a/man/confdb_key_create.3 b/man/confdb_key_create.3 deleted file mode 100644 index afa7eee..0000000 --- a/man/confdb_key_create.3 +++ /dev/null @@ -1,86 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_KEY_CREATE 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_key_create \- Add a new key/value pair to the Configuration Database -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_key_create(confdb_handle_t " handle ", -.BI unsigned int " parent_object_handle ", -.BI void " *key_name ", -.Bi int " key_name_len ", -.BI void " *value ", -.BI int " value_len "); " - -.SH DESCRIPTION -The -.B confdb_key_create -function adds a new key/value pair to the specified parent object. Parent objects may contain -many keys and also sub-objects. The names of keys are not required to be unique: if you -call -.B confdb_key_create -twice with the same parameters you will create two identical keys in the database. -.BR -The parent object should already exist in the database, it can be OBJECT_PARENT_HANDLE -(the top-level object) but this is not recommended. -.BR -Unlike objects, keys do not have handles, so you can't go directly to a non-unique key -without using the -.B confdb_key_iter -function. -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_key_delete.3 b/man/confdb_key_delete.3 deleted file mode 100644 index 06ecdb7..0000000 --- a/man/confdb_key_delete.3 +++ /dev/null @@ -1,82 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_KEY_DELETE 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_key_delete \- Delete a key/value pair from the Configuration Database -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_key_delete(confdb_handle_t " handle ", -.BI unsigned int " parent_object_handle ", -.BI void " *key_name ", -.BI int " key_name_len ", -.BI void " *value ", -.BI int " value_len "); " - -.SH DESCRIPTION -The -.B confdb_key_delete -function removes a key/value pair from the configuration database. -.br -You must specify both the key name and its value, this is because keys are not -unique in the database, so a value is not enough to uniqely identify a key belonging -to a particular parent object. -.BR -Strictly, even give the key name and value is not enough to uniquely identify a key, -If there are two (or more) keys with the same name and value, only the first will -be deleted. -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_key_iter.3 b/man/confdb_key_iter.3 deleted file mode 100644 index cce1ed3..0000000 --- a/man/confdb_key_iter.3 +++ /dev/null @@ -1,82 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_KEY_ITER 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_key_iter \- Iterate through key/value pairs in the Configuration Database -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_key_iter_start(confdb_handle_t " handle ", unsigned int " parent_object_handle " ); " -.sp -.BI "confdb_error_t confdb_key_iter(confdb_handle_t " handle ", unsigned int " parent_object_handle ", void " *key_name ", int " *key_name_len ", void " *value ", int " *value_len " ); " - -.SH DESCRIPTION -The -.B confdb_key_iter -function repeatedly returns all key/value pairs that are subobjects of the specified parent. You must call -.B confdb_key_iter_start -first. This establishes a context for the parent object so that it knows where you are in the list. Then the next call to -.B confdb_key_iter -will return the first key/value in the list. Subsequent calls will return any remaining keys. The function returns CONFDB_ERR_ACCESS when the all of the matching keys have been seen. -.BR -The library holds a seperate context for each parent object, so you can call confdb_key_iter() on several parent objects at the same time and they will not interfere. Nor will they interfere with -.B confdb_object_find -or -.B confdb_object_iter -calls on the same parent object. -.BR -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_key_replace.3 b/man/confdb_key_replace.3 deleted file mode 100644 index ef6e5c2..0000000 --- a/man/confdb_key_replace.3 +++ /dev/null @@ -1,82 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_KEY_REPLACE 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_key_replace \- Replace a key/value pair from the Configuration Database -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_key_replace(confdb_handle_t " handle ", unsigned int " parent_object_handle ", void " *key_name ", -.BI int " key_name_len ", -.BI void " *old_value ", -.BI int " old_value_len ", -.BI void " *new_value ", -.BI int " new_value_len "); " - -.SH DESCRIPTION -The -.B confdb_key_replace -function replaces the value of a key in the configuration database. -.br -You must specify both the key name and its value, this is because keys are not -unique in the database, so a value is not enough to uniqely identify a key belonging -to a particular parent object. -.BR -Strictly, even give the key name and value is not enough to uniquely identify a key, -If there are two (or more) keys with the same name and value, only the first will have -its value changed . -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_object_create.3 b/man/confdb_object_create.3 deleted file mode 100644 index 37f1091..0000000 --- a/man/confdb_object_create.3 +++ /dev/null @@ -1,89 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_OBJECT_CREATE 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_object_create \- Create a new object in the Configuration Database -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_object_create(confdb_handle_t " handle ", unsigned int " parent_object_handle ", -.BI void " *object_name ", -.BI int " object_name_len ", -.BI unsigned int " *object_handle "); " - -.SH DESCRIPTION -The -.B confdb_object_create -function create a new object in the configuration database. Objects may contain other sub-objects or -keys with values. -.BR -On success the handle of the new object is returned in -.B object_handle. -This value should be used to refer to the object in future, eg when retrieving sub-keys or if the -object is destroyed. -.B parent_object_handle -is the handle of the object that is the parent of the new object. This can be -.B OBJECT_PARENT_HANDLE -if the new object is to be a child of the top-level object. -.BR -Object names are not required to be unique in the database. If you call -.B confdb_object_create -twice with the same parameters you will create two different objects with the same name -but distinct object handles. You can iterate through similarly name objects using the -.B confdb_object_find -call. -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_fd_get (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_object_destroy.3 b/man/confdb_object_destroy.3 deleted file mode 100644 index 9275404..0000000 --- a/man/confdb_object_destroy.3 +++ /dev/null @@ -1,79 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_* 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_object_destroy \- Remove an object from the Configuration Database -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_destroy(confdb_handle_t " handle ", unsigned int " object_handle "); -.SH DESCRIPTION -The -.B confdb_object_destroy -call removes an object from the configuration database. It also remove all subkeys and all -subobjects in the database, so be VERY CAREFUL!. -.BR -The input value -.B object_handle -is the handle of the object to remove, this can be got from the -.B confdb_object_find -or -.B confdb_object_iter -calls or -.B confdb_object_create -calls. -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_object_find.3 b/man/confdb_object_find.3 deleted file mode 100644 index 7afa937..0000000 --- a/man/confdb_object_find.3 +++ /dev/null @@ -1,92 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_OBJECT_FIND 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_object_find \- Find a named object in the Configuration Database -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_object_find_start(confdb_handle_t " handle ", unsigned int " parent_object_handle " ); " -.sp -.BI "confdb_error_t confdb_object_find(confdb_handle_t " handle ", unsigned int " parent_object_handle ", void " *object_name ", int " object_name_len ", unsigned int " *object_handle " ); " -.sp -.BI "confdb_error_t confdb_object_find_destroy(confdb_handle_t " handle ", unsigned int " parent_object_handle " ); " - -.SH DESCRIPTION -The -.B confdb_object_find -function repeatedly returns objects that match a given name. You must call -.B confdb_object_find_start -first. This establishes a context for the parent object so that it knows where you are in the list. Then the next call to -.B confdb_object_find -will return the handle of the first object that matches the passed in name. Subsequent calls will return any remaining objects -with the same name. The function returns CONFDB_ERR_ACCESS when the all of the matching objects have been seen. -.BR -You need to provide the same object name and length for each call to -.B confdb_object_find, -If you change either of then, the results are undefined. -.BR -The library holds a seperate context for each parent object, so you can call confdb_object_iter() on several parent objects at the same time and they will not interfere. Nor will they interfere with -.B confdb_object_iter -or -.B confdb_key_iter -calls on the same parent object. -.BR -.B When you have finished searching for objects, call the -.B confdb_object_find_destroy -library call to free up memory associated with the search context. -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_object_iter.3 b/man/confdb_object_iter.3 deleted file mode 100644 index 188d756..0000000 --- a/man/confdb_object_iter.3 +++ /dev/null @@ -1,84 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_OBJECT_ITER 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_object_iter \- Iterate through objects in the Configuration Database -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_object_iter_start(confdb_handle_t " handle ", unsigned int " parent_object_handle " ); " -.sp -.BI "confdb_error_t confdb_object_iter(confdb_handle_t " handle ", unsigned int " parent_object_handle ", unsigned int " *object_handle ", void " *object_name ", int " *object_name_len " ); " -.sp -.BI "confdb_error_t confdb_object_iter_destroy(confdb_handle_t " handle ", unsigned int " parent_object_handle " ); " - -.SH DESCRIPTION -The -.B confdb_object_iter -function repeatedly returns all objects that are subobjects of the specified parent. You must call -.B confdb_object_iter_start -first. This establishes a context for the parent object so that it knows where you are in the list. Then the next call to -.B confdb_object_iter -will return the handle of the first object in the list. Subsequent calls will return any remaining objects. The function returns CONFDB_ERR_ACCESS when the all of the matching objects have been seen. The function returns the name and length of the object as well -as its handle. -.BR -.B When you have finished searching for objects, call the -.B confdb_object_iter_destroy -library call to free up memory associated with the search context. -.BR -.BR -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_object_parent_get.3 b/man/confdb_object_parent_get.3 deleted file mode 100644 index f626248..0000000 --- a/man/confdb_object_parent_get.3 +++ /dev/null @@ -1,72 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_OBJECT_PARENT_GET 3 2008-04-17 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_parent_get \- Configuration Database Object Parent -.SH SYNOPSIS -.B #include <corosync/confdb.h> -.sp -.BI "confdb_error_t confdb_object_parent_get(confdb_handle_t " handle ", unsigned int " object_handle ", unsigned int " *parent_object_handle ");" -.SH DESCRIPTION -The -.B confdb_object_parent_get -returns the parent object handle of already known object. -.B object_handle -is the handle of an existing object -.B parent_object_handle -returns the handle of its parent. -.SH RETURN VALUE -This call returns the CONFDB_OK value if successful, otherwise an error is returned. -.PP -.SH ERRORS -The errors are undocumented. -.SH "SEE ALSO" -.BR confdb_overview (8), -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/confdb_overview.8 b/man/confdb_overview.8 deleted file mode 100644 index 421c15d..0000000 --- a/man/confdb_overview.8 +++ /dev/null @@ -1,79 +0,0 @@ -.\"/* -.\" * Copyright (c) 2008 Red Hat, Inc. -.\" * -.\" * All rights reserved. -.\" * -.\" * Author: Christine Caulfield <ccaulfie@xxxxxxxxxx> -.\" * -.\" * This software licensed under BSD license, the text of which follows: -.\" * -.\" * Redistribution and use in source and binary forms, with or without -.\" * modification, are permitted provided that the following conditions are met: -.\" * -.\" * - Redistributions of source code must retain the above copyright notice, -.\" * this list of conditions and the following disclaimer. -.\" * - Redistributions in binary form must reproduce the above copyright notice, -.\" * this list of conditions and the following disclaimer in the documentation -.\" * and/or other materials provided with the distribution. -.\" * - Neither the name of the MontaVista Software, Inc. nor the names of its -.\" * contributors may be used to endorse or promote products derived from this -.\" * software without specific prior written permission. -.\" * -.\" * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -.\" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE -.\" * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -.\" * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -.\" * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -.\" * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -.\" * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF -.\" * THE POSSIBILITY OF SUCH DAMAGE. -.\" */ -.TH CONFDB_OVERVIEW 8 2006-03-06 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual" -.SH NAME -confdb_overview \- Confdb Library Overview -.SH OVERVIEW -The CONFDB library is delivered with the corosync project. This library is used -to examine manipulate the configuration database used by corosync. -.PP -The library provides a mechanism to: -.PP -* Create new objects -.PP -* Create new key/value pairs within those objects -.PP -* Remove existing keys -.PP -* Remove an existing object and all it sub-objects and keys -.PP -* Read keys and values -.PP -* Iterate keys within an object -.PP -* Iterate subobjects within a parent object -.PP -* Find a named object -.PP -.SH BUGS -This software is not yet production, so there may still be some bugs. -.SH "SEE ALSO" -.BR confdb_initialize (3), -.BR confdb_finalize (3), -.BR confdb_fd_get (3), -.BR confdb_dispatch (3), -.BR confdb_object_create (3), -.BR confdb_object_destroy (3), -.BR confdb_object_parent_get (3), -.BR confdb_key_create (3), -.BR confdb_key_delete (3), -.BR confdb_key_get (3), -.BR confdb_key_replace (3), -.BR confdb_object_find_start (3), -.BR confdb_object_find (3), -.BR confdb_object_iter_start (3), -.BR confdb_object_iter (3), -.BR confdb_key_iter_start (3), -.BR confdb_key_iter (3), -.PP diff --git a/man/index.html b/man/index.html index 4c779ec..ecbe48c 100644 --- a/man/index.html +++ b/man/index.html @@ -113,63 +113,6 @@ <br> - <a href="confdb_overview.8.html">confdb_overview(8)</a>: - An overview of the Configuration database toolkit - <br> - - <a href="confdb_dispatch.3.html">confdb_dispatch(3)</a>: - Description of the confdb_dispatch interface. - <br> - - <a href="confdb_fd_get.3.html">confdb_fd_get(3)</a>: - Description of the confdb_fd_get interface. - <br> - - <a href="confdb_finalize.3.html">confdb_finalize(3)</a>: - Description of the confdb_finalize interface. - <br> - - <a href="confdb_initialize.3.html">confdb_initialize(3)</a>: - Description of the confdb_initialize interface. - <br> - - <a href="confdb_key_create.3.html">confdb_key_create(3)</a>: - Description of the confdb_key_create interface. - <br> - - <a href="confdb_key_delete.3.html">confdb_key_delete(3)</a>: - Description of the confdb_key_delete interface. - <br> - - <a href="confdb_key_iter.3.html">confdb_key_iter(3)</a>: - Description of the confdb_key_iter interface. - <br> - - <a href="confdb_key_replace.3.html">confdb_key_replace(3)</a>: - Description of the confdb_key_replace interface. - <br> - - <a href="confdb_object_create.3.html">confdb_object_create(3)</a>: - Description of the confdb_object_create interface. - <br> - - <a href="confdb_object_destroy.3.html">confdb_object_destroy(3)</a>: - Description of the confdb_object_destroy interface. - <br> - - <a href="confdb_object_find.3.html">confdb_object_find(3)</a>: - Description of the confdb_object_find interface. - <br> - - <a href="confdb_object_iter.3.html">confdb_object_iter(3)</a>: - Description of the confdb_object_iter interface. - <br> - - <a href="confdb_object_parent_get.3.html">confdb_object_parent_get(3)</a>: - Description of the confdb_object_parent_get interface. - - <br> - <a href="votequorum_overview.8.html">votequorum_overview(8)</a>: An overview of the vote-based quorum service <br> -- 1.7.7.5 _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss