Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / C / repmgrget_ack_policy.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>DB_ENV-&gt;repmgr_get_ack_policy()</title>
7     <link rel="stylesheet" href="apiReference.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB C API Reference" />
10     <link rel="up" href="rep.html" title="Chapter 10.  Replication Methods" />
11     <link rel="prev" href="repmgr_local_site.html" title="DB_ENV-&gt;repmgr_local_site()" />
12     <link rel="next" href="repmgr_msg_dispatch.html" title="DB_ENV-&gt;repmgr_msg_dispatch()" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">DB_ENV-&gt;repmgr_get_ack_policy()</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="repmgr_local_site.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 10. 
26                 Replication Methods
27         </th>
28           <td width="20%" align="right"> <a accesskey="n" href="repmgr_msg_dispatch.html">Next</a></td>
29         </tr>
30       </table>
31       <hr />
32     </div>
33     <div class="sect1" lang="en" xml:lang="en">
34       <div class="titlepage">
35         <div>
36           <div>
37             <h2 class="title" style="clear: both"><a id="repmgrget_ack_policy"></a>DB_ENV-&gt;repmgr_get_ack_policy()</h2>
38           </div>
39         </div>
40       </div>
41       <pre class="programlisting">#include &lt;db.h&gt;
42
43 int
44 DB_ENV-&gt;repmgr_get_ack_policy(DB_ENV *env, int *ack_policyp);  </pre>
45       <p>
46          The <code class="methodname">DB_ENV-&gt;repmgr_get_ack_policy()</code> method returns the Replication
47          Manager's client acknowledgment policy. This is configured using the 
48          <a class="xref" href="repmgrset_ack_policy.html" title="DB_ENV-&gt;repmgr_set_ack_policy()">DB_ENV-&gt;repmgr_set_ack_policy()</a>
49          method.
50     </p>
51       <p>
52          The <code class="methodname">DB_ENV-&gt;repmgr_get_ack_policy()</code> method may be called at any time
53          during the life of the application.
54     </p>
55       <p>
56          The <code class="methodname">DB_ENV-&gt;repmgr_get_ack_policy()</code> <span>
57             <span>
58                   method returns a non-zero error value on failure and 0 on success.
59             </span>
60             
61         </span>
62     </p>
63       <div class="sect2" lang="en" xml:lang="en">
64         <div class="titlepage">
65           <div>
66             <div>
67               <h3 class="title"><a id="idp62343496"></a>Parameters</h3>
68             </div>
69           </div>
70         </div>
71         <div class="sect3" lang="en" xml:lang="en">
72           <div class="titlepage">
73             <div>
74               <div>
75                 <h4 class="title"><a id="idp62343968"></a>ack_policyp</h4>
76               </div>
77             </div>
78           </div>
79           <p>
80                           The <span class="bold"><strong>ack_policyp</strong></span>
81                           parameter references memory into which the
82                           Replication Manager's client acknowledgement
83                           policy is copied.
84                      </p>
85         </div>
86       </div>
87       <div class="sect2" lang="en" xml:lang="en">
88         <div class="titlepage">
89           <div>
90             <div>
91               <h3 class="title"><a id="idp62337304"></a>Class</h3>
92             </div>
93           </div>
94         </div>
95         <p>
96                  <a class="link" href="env.html" title="Chapter 5.  The DB_ENV Handle">DB_ENV</a>  
97             </p>
98       </div>
99       <div class="sect2" lang="en" xml:lang="en">
100         <div class="titlepage">
101           <div>
102             <div>
103               <h3 class="title"><a id="idp62344608"></a>See Also</h3>
104             </div>
105           </div>
106         </div>
107         <p>
108                     <a class="xref" href="rep.html#replist" title="Replication and Related Methods">Replication and Related Methods</a>,
109                     <a class="xref" href="repmgrset_ack_policy.html" title="DB_ENV-&gt;repmgr_set_ack_policy()">DB_ENV-&gt;repmgr_set_ack_policy()</a>
110                 </p>
111       </div>
112     </div>
113     <div class="navfooter">
114       <hr />
115       <table width="100%" summary="Navigation footer">
116         <tr>
117           <td width="40%" align="left"><a accesskey="p" href="repmgr_local_site.html">Prev</a> </td>
118           <td width="20%" align="center">
119             <a accesskey="u" href="rep.html">Up</a>
120           </td>
121           <td width="40%" align="right"> <a accesskey="n" href="repmgr_msg_dispatch.html">Next</a></td>
122         </tr>
123         <tr>
124           <td width="40%" align="left" valign="top">DB_ENV-&gt;repmgr_local_site() </td>
125           <td width="20%" align="center">
126             <a accesskey="h" href="index.html">Home</a>
127           </td>
128           <td width="40%" align="right" valign="top"> DB_ENV-&gt;repmgr_msg_dispatch()</td>
129         </tr>
130       </table>
131     </div>
132   </body>
133 </html>