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/CXX/repmgrsite_list.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/CXX/repmgrsite_list.html')
| -rw-r--r-- | docs/api_reference/CXX/repmgrsite_list.html | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/docs/api_reference/CXX/repmgrsite_list.html b/docs/api_reference/CXX/repmgrsite_list.html index 6a51b747..8f61dedb 100644 --- a/docs/api_reference/CXX/repmgrsite_list.html +++ b/docs/api_reference/CXX/repmgrsite_list.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> @@ -47,8 +47,8 @@ DbEnv::repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);</pre> sites currently known by the Replication Manager. </p> <p> - The <code class="methodname">DbEnv::repmgr_site_list()</code> method creates a statistical - structure of type <code class="literal">DB_REPMGR_SITE</code> and copies a pointer to it into a + The <code class="methodname">DbEnv::repmgr_site_list()</code> method creates an array of statistical + structures of type <code class="literal">DB_REPMGR_SITE</code> and copies a pointer to it into a user-specified memory location. </p> <p> @@ -106,10 +106,15 @@ DbEnv::repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);</pre> <span class="bold"><strong>u_int32_t flags;</strong></span> </p> <p> - Zero or a bitwise inclusive OR of the <code class="literal">DB_REPMGR_ISPEER</code> constant. + Zero or a bitwise inclusive OR of the + <code class="literal">DB_REPMGR_ISPEER</code> and the + <code class="literal">DB_REPMGR_ISVIEW</code> constants. The <code class="literal">DB_REPMGR_ISPEER</code> - value means that the site is a possible client-to-client peer. - </p> + value means that the site is a possible + client-to-client peer. + The <code class="literal">DB_REPMGR_ISVIEW</code> + value means that the site is a view. + </p> </li> </ul> </div> @@ -132,7 +137,7 @@ DbEnv::repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4581784"></a>Parameters</h3> + <h3 class="title"><a id="idp4647784"></a>Parameters</h3> </div> </div> </div> @@ -140,7 +145,7 @@ DbEnv::repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);</pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4581136"></a>countp</h4> + <h4 class="title"><a id="idp4647136"></a>countp</h4> </div> </div> </div> @@ -153,7 +158,7 @@ DbEnv::repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);</pre> <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp4562184"></a>listp</h4> + <h4 class="title"><a id="idp4652720"></a>listp</h4> </div> </div> </div> @@ -167,7 +172,7 @@ DbEnv::repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4583856"></a>Class</h3> + <h3 class="title"><a id="idp4653608"></a>Class</h3> </div> </div> </div> @@ -179,7 +184,7 @@ DbEnv::repmgr_site_list(u_int *countp, DB_REPMGR_SITE **listp);</pre> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp4573608"></a>See Also</h3> + <h3 class="title"><a id="idp4637208"></a>See Also</h3> </div> </div> </div> |
