1<!--$Id: repmgr_local_site.so,v 1.4 2008/03/03 15:54:30 paula Exp $-->
2<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
3<!--See the file LICENSE for redistribution information.-->
4<html>
5<head>
6<title>Berkeley DB: DB_ENV-&gt;repmgr_set_local_site</title>
7<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
8<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
9</head>
10<body bgcolor=white>
11<table width="100%"><tr valign=top>
12<td>
13<b>DB_ENV-&gt;repmgr_set_local_site</b>
14</td>
15<td align=right>
16<a href="../api_c/api_core.html"><img src="../images/api.gif" alt="API"></a>
17<a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a></td>
18</tr></table>
19<hr size=1 noshade>
20<tt>
21<b><pre>
22#include &lt;db.h&gt;
23<p>
24int
25DB_ENV-&gt;repmgr_set_local_site(DB_ENV *env,
26    const char *host, u_int port, u_int32_t flags);
27</pre></b>
28<hr size=1 noshade>
29<b>Description: DB_ENV-&gt;repmgr_set_local_site</b>
30<p>The DB_ENV-&gt;repmgr_set_local_site method specifies the host identification
31string and port number for the local system.</p>
32<p>The DB_ENV-&gt;repmgr_set_local_site method may not be called after the <a href="../api_c/repmgr_start.html">DB_ENV-&gt;repmgr_start</a> method is called.</p>
33<p>The DB_ENV-&gt;repmgr_set_local_site method
34returns a non-zero error value on failure
35and 0 on success.
36</p>
37<b>Parameters</b> <br>
38 <b>flags</b><ul compact><li>The <b>flags</b> parameter is currently unused, and must be set to 0.</ul>
39 <b>host</b><ul compact><li>The site's host identification string, generally a TCP/IP host name.</ul>
40 <b>port</b><ul compact><li>The port number on which the local site is listening.</ul>
41<br>
42<hr size=1 noshade>
43<br><b>Class</b>
44<a href="../api_c/env_class.html">DB_ENV</a>
45<br><b>See Also</b>
46<a href="../api_c/rep_list.html">Replication and Related Methods</a>
47</tt>
48<table width="100%"><tr><td><br></td><td align=right>
49<a href="../api_c/api_core.html"><img src="../images/api.gif" alt="API"></a><a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a>
50</td></tr></table>
51<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
52</body>
53</html>
54