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/repmgrsite_list.html | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'docs/api_reference/C/repmgrsite_list.html')
| -rw-r--r-- | docs/api_reference/C/repmgrsite_list.html | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/docs/api_reference/C/repmgrsite_list.html b/docs/api_reference/C/repmgrsite_list.html index a89df9ee..f364c111 100644 --- a/docs/api_reference/C/repmgrsite_list.html +++ b/docs/api_reference/C/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> @@ -49,8 +49,8 @@ DB_ENV->repmgr_site_list(DB_ENV *env, sites currently known by the Replication Manager. </p> <p> - The <code class="methodname">DB_ENV->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">DB_ENV->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> @@ -108,10 +108,15 @@ DB_ENV->repmgr_site_list(DB_ENV *env, <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 @@ DB_ENV->repmgr_site_list(DB_ENV *env, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62421480"></a>Parameters</h3> + <h3 class="title"><a id="idp4176864"></a>Parameters</h3> </div> </div> </div> @@ -140,7 +145,7 @@ DB_ENV->repmgr_site_list(DB_ENV *env, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62420832"></a>countp</h4> + <h4 class="title"><a id="idp4176216"></a>countp</h4> </div> </div> </div> @@ -153,7 +158,7 @@ DB_ENV->repmgr_site_list(DB_ENV *env, <div class="titlepage"> <div> <div> - <h4 class="title"><a id="idp62426416"></a>listp</h4> + <h4 class="title"><a id="idp4181800"></a>listp</h4> </div> </div> </div> @@ -167,7 +172,7 @@ DB_ENV->repmgr_site_list(DB_ENV *env, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62427248"></a>Class</h3> + <h3 class="title"><a id="idp4182688"></a>Class</h3> </div> </div> </div> @@ -179,7 +184,7 @@ DB_ENV->repmgr_site_list(DB_ENV *env, <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp62415128"></a>See Also</h3> + <h3 class="title"><a id="idp4154336"></a>See Also</h3> </div> </div> </div> |
