summaryrefslogtreecommitdiff
path: root/docs/api_reference/C/dbchannel_send_msg.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/C/dbchannel_send_msg.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/api_reference/C/dbchannel_send_msg.html')
-rw-r--r--docs/api_reference/C/dbchannel_send_msg.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/docs/api_reference/C/dbchannel_send_msg.html b/docs/api_reference/C/dbchannel_send_msg.html
index 261a5857..5ee1f82a 100644
--- a/docs/api_reference/C/dbchannel_send_msg.html
+++ b/docs/api_reference/C/dbchannel_send_msg.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>
@@ -65,7 +65,7 @@ DB_CHANNEL-&gt;send_msg(DB_CHANNEL *channel, DBT *msg, u_int32_t nmsg,
remote sites using a message dispatch callback, which is configured
using the <a class="xref" href="repmgr_msg_dispatch.html" title="DB_ENV-&gt;repmgr_msg_dispatch()">DB_ENV-&gt;repmgr_msg_dispatch()</a>
method. Note that the DB_CHANNEL-&gt;send_msg() method may be used
- within the the message dispatch callback on the remote site to send
+ within the message dispatch callback on the remote site to send
a response or acknowledgement for messages that it receives and is
handling.
</p>
@@ -86,7 +86,7 @@ DB_CHANNEL-&gt;send_msg(DB_CHANNEL *channel, DBT *msg, u_int32_t nmsg,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp61823320"></a>Parameters</h3>
+ <h3 class="title"><a id="idp3523288"></a>Parameters</h3>
</div>
</div>
</div>
@@ -94,7 +94,7 @@ DB_CHANNEL-&gt;send_msg(DB_CHANNEL *channel, DBT *msg, u_int32_t nmsg,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp61823792"></a>msg</h4>
+ <h4 class="title"><a id="idp3523760"></a>msg</h4>
</div>
</div>
</div>
@@ -114,7 +114,7 @@ DB_CHANNEL-&gt;send_msg(DB_CHANNEL *channel, DBT *msg, u_int32_t nmsg,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp61826808"></a>nmsg</h4>
+ <h4 class="title"><a id="idp3526776"></a>nmsg</h4>
</div>
</div>
</div>
@@ -127,7 +127,7 @@ DB_CHANNEL-&gt;send_msg(DB_CHANNEL *channel, DBT *msg, u_int32_t nmsg,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp61777464"></a>flags</h4>
+ <h4 class="title"><a id="idp3519976"></a>flags</h4>
</div>
</div>
</div>
@@ -141,7 +141,7 @@ DB_CHANNEL-&gt;send_msg(DB_CHANNEL *channel, DBT *msg, u_int32_t nmsg,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp61794176"></a>Errors</h3>
+ <h3 class="title"><a id="idp3509376"></a>Errors</h3>
</div>
</div>
</div>
@@ -158,24 +158,24 @@ DB_CHANNEL-&gt;send_msg(DB_CHANNEL *channel, DBT *msg, u_int32_t nmsg,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp61823856"></a>DB_NOSERVER</h4>
+ <h4 class="title"><a id="idp3523824"></a>DB_NOSERVER</h4>
</div>
</div>
</div>
<p>
A message was sent to a remote site that has not
- configured a message dispatch call-back function.
+ configured a message dispatch callback function.
Use the
<a class="xref" href="repmgr_msg_dispatch.html" title="DB_ENV-&gt;repmgr_msg_dispatch()">DB_ENV-&gt;repmgr_msg_dispatch()</a>
method at every site belonging to the replication group to configure a
- message dispatch call-back function.
+ message dispatch callback function.
</p>
</div>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp61833536"></a>EINVAL</h4>
+ <h4 class="title"><a id="idp3533688"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -189,19 +189,20 @@ DB_CHANNEL-&gt;send_msg(DB_CHANNEL *channel, DBT *msg, u_int32_t nmsg,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp61831184"></a>Class</h3>
+ <h3 class="title"><a id="idp3531336"></a>Class</h3>
</div>
</div>
</div>
<p>
- <a class="link" href="env.html" title="Chapter 5.  The DB_ENV Handle">DB_ENV</a>
+ <a class="link" href="env.html" title="Chapter 5.  The DB_ENV Handle">DB_ENV</a>,
+ <a class="link" href="db_channel.html" title="The DB_CHANNEL Handle">DB_CHANNEL</a>
</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp61834616"></a>See Also</h3>
+ <h3 class="title"><a id="idp3534768"></a>See Also</h3>
</div>
</div>
</div>