diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/C/repmgr_channel.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/repmgr_channel.html')
| -rw-r--r-- | docs/api_reference/C/repmgr_channel.html | 39 |
1 files changed, 27 insertions, 12 deletions
diff --git a/docs/api_reference/C/repmgr_channel.html b/docs/api_reference/C/repmgr_channel.html index 327192c1..cb89b424 100644 --- a/docs/api_reference/C/repmgr_channel.html +++ b/docs/api_reference/C/repmgr_channel.html @@ -14,7 +14,7 @@ <body> <div xmlns="" class="navheader"> <div class="libver"> - <p>Library Version 11.2.5.3</p> + <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> @@ -74,7 +74,7 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62313440"></a>Parameters</h3> + <h3 class="title"><a id="idp4050776"></a>Parameters</h3> </div> </div> </div> @@ -82,7 +82,7 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62322744"></a>eid</h4> + <h4 class="title"><a id="idp4050968"></a>eid</h4> </div> </div> </div> @@ -93,7 +93,7 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <ul type="disc"> <li> <p> - The numerical env ID of a remote site in the + The numerical environment ID of a remote site in the replication group. </p> </li> @@ -107,7 +107,7 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, the current master, even if the master has changed since the channel was opened. If the current master is disconnected or unknown, the operation - fails and repmgr returns an error code. + fails and Replication Manager returns an error code. </p> <p> If the local site is the master, then sending @@ -123,7 +123,7 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62330488"></a>channelp</h4> + <h4 class="title"><a id="idp4059656"></a>channelp</h4> </div> </div> </div> @@ -136,7 +136,7 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62328208"></a>flags</h4> + <h4 class="title"><a id="idp4057432"></a>flags</h4> </div> </div> </div> @@ -150,7 +150,7 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62327128"></a>Errors</h3> + <h3 class="title"><a id="idp4056352"></a>Errors</h3> </div> </div> </div> @@ -167,7 +167,21 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62333960"></a>EINVAL</h4> + <h4 class="title"><a id="idp4063176"></a>DB_REP_UNAVAIL</h4> + </div> + </div> + </div> + <p> + If the <span class="bold"><strong>eid</strong></span> parameter is + <code class="literal">DB_EID_MASTER</code> but the current master is + disconnected or unknown. + </p> + </div> + <div class="sect3" lang="en" xml:lang="en"> + <div class="titlepage"> + <div> + <div> + <h4 class="title"><a id="idp4065120"></a>EINVAL</h4> </div> </div> </div> @@ -181,7 +195,7 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62333792"></a>Class</h3> + <h3 class="title"><a id="idp4062528"></a>Class</h3> </div> </div> </div> @@ -193,12 +207,13 @@ DB_ENV->repmgr_channel(DB_ENV *env, int eid, DB_CHANNEL **channelp, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62333376"></a>See Also</h3> + <h3 class="title"><a id="idp4066848"></a>See Also</h3> </div> </div> </div> <p> - <a class="xref" href="rep.html#replist" title="Replication and Related Methods">Replication and Related Methods</a> + <a class="xref" href="rep.html#replist" title="Replication and Related Methods">Replication and Related Methods</a>, + <a class="xref" href="db_channel.html" title="The DB_CHANNEL Handle">The DB_CHANNEL Handle</a> </p> </div> </div> |
