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: DbEnv::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>DbEnv::repmgr_set_local_site</b>
14</td>
15<td align=right>
16<a href="../api_cxx/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_cxx.h&gt;
23<p>
24int
25DbEnv::repmgr_set_add_site(const char *host, u_int port, u_int32_t flags);
26</pre></b>
27<hr size=1 noshade>
28<b>Description: DbEnv::repmgr_set_local_site</b>
29<p>The DbEnv::repmgr_set_local_site method specifies the host identification
30string and port number for the local system.</p>
31<p>The DbEnv::repmgr_set_local_site method may not be called after the <a href="../api_cxx/repmgr_start.html">DbEnv::repmgr_start</a> method is called.</p>
32<p>The DbEnv::repmgr_set_local_site method
33either returns a non-zero error value
34or throws an exception that encapsulates a non-zero error value on
35failure, and returns 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_cxx/env_class.html">DbEnv</a>
45<br><b>See Also</b>
46<a href="../api_cxx/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_cxx/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