~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to man/confdb_initialize.3

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-21 09:29:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821092956-w9qxxxx3zeoh8dem
Tags: 1.0.0-4ubuntu2
* debian/control:
  - 'Ubuntu Developers' instead of 'Ubuntu Core Developers'
    as maintainer
  - Bump debhelper dependecy to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.\" * Author: Christine Caulfield <ccaulfie@redhat.com>
7
7
.\" *
8
8
.\" * This software licensed under BSD license, the text of which follows:
9
 
.\" * 
 
9
.\" *
10
10
.\" * Redistribution and use in source and binary forms, with or without
11
11
.\" * modification, are permitted provided that the following conditions are met:
12
12
.\" *
44
44
function is used to initialize a connection to the configuration database API.
45
45
.PP
46
46
Each application may have several connections to the CONFDB API.  Each  application
47
 
uses the 
 
47
uses the
48
48
.I handle
49
49
argument to uniquely identify the connection.  The
50
50
.I handle
97
97
When a configuration change occurs, the callback
98
98
is called from the
99
99
.B confdb_dispatch()
100
 
function. 
 
100
function.
101
101
.PP
102
102
.SH RETURN VALUE
103
103
This call returns the CONFDB_OK value if successful, otherwise an error is returned.