Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 54acc5535ea472a114f1c04dda8f33a6 > files > 214

libdb4.7-devel-4.7.25-8.mga1.i586.rpm

<!--$Id: repmgr_local_site.so,v 1.4 2008/03/03 15:54:30 paula Exp $-->
<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB: DB_ENV-&gt;repmgr_set_local_site</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
</head>
<body bgcolor=white>
<table width="100%"><tr valign=top>
<td>
<b>DB_ENV-&gt;repmgr_set_local_site</b>
</td>
<td align=right>
<a href="../../db47-devel-4.7.25/api_c/api_core.html"><img src="../../db47-devel-4.7.25/images/api.gif" alt="API"></a>
<a href="../../db47-devel-4.7.25/ref/toc.html"><img src="../../db47-devel-4.7.25/images/ref.gif" alt="Ref"></a></td>
</tr></table>
<hr size=1 noshade>
<tt>
<b><pre>
#include &lt;db.h&gt;
<p>
int
DB_ENV-&gt;repmgr_set_local_site(DB_ENV *env,
    const char *host, u_int port, u_int32_t flags);
</pre></b>
<hr size=1 noshade>
<b>Description: DB_ENV-&gt;repmgr_set_local_site</b>
<p>The DB_ENV-&gt;repmgr_set_local_site method specifies the host identification
string and port number for the local system.</p>
<p>The DB_ENV-&gt;repmgr_set_local_site method may not be called after the <a href="../../db47-devel-4.7.25/api_c/repmgr_start.html">DB_ENV-&gt;repmgr_start</a> method is called.</p>
<p>The DB_ENV-&gt;repmgr_set_local_site method
returns a non-zero error value on failure
and 0 on success.
</p>
<b>Parameters</b> <br>
 <b>flags</b><ul compact><li>The <b>flags</b> parameter is currently unused, and must be set to 0.</ul>
 <b>host</b><ul compact><li>The site's host identification string, generally a TCP/IP host name.</ul>
 <b>port</b><ul compact><li>The port number on which the local site is listening.</ul>
<br>
<hr size=1 noshade>
<br><b>Class</b>
<a href="../../db47-devel-4.7.25/api_c/env_class.html">DB_ENV</a>
<br><b>See Also</b>
<a href="../../db47-devel-4.7.25/api_c/rep_list.html">Replication and Related Methods</a>
</tt>
<table width="100%"><tr><td><br></td><td align=right>
<a href="../../db47-devel-4.7.25/api_c/api_core.html"><img src="../../db47-devel-4.7.25/images/api.gif" alt="API"></a><a href="../../db47-devel-4.7.25/ref/toc.html"><img src="../../db47-devel-4.7.25/images/ref.gif" alt="Ref"></a>
</td></tr></table>
<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
</body>
</html>