diff options
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> |
