repapi.html   [plain text]


<!--$Id: repapi.so,v 1.1 2007/12/12 13:46:25 sue Exp $-->
<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB Reference Guide: Release 4.7: Replication API</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
</head>
<body bgcolor=white>
<table width="100%"><tr valign=top>
<td><b><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></b></td>
<td align=right><a href="../upgrade.4.7/rtc.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../upgrade.4.7/tcl.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p align=center><b>Release 4.7: Replication API</b></p>
<p>The Berkeley DB base replication API <a href="../../api_c/rep_elect.html">DB_ENV-&gt;rep_elect</a>, <a href="../../api_c/rep_nsites.html">DB_ENV-&gt;rep_get_nsites</a>,
<a href="../../api_c/rep_nsites.html">DB_ENV-&gt;rep_set_nsites</a>, <a href="../../api_c/rep_priority.html">DB_ENV-&gt;rep_get_priority</a> and
<a href="../../api_c/rep_priority.html">DB_ENV-&gt;rep_set_priority</a> methods now take arguments of type u_int32_t
rather than int.  Applications may need to change the types of
arguments to these methods, or cast arguments to these methods to
avoid compiler warnings.</p>
<table width="100%"><tr><td><br></td><td align=right><a href="../upgrade.4.7/rtc.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../upgrade.4.7/tcl.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
</body>
</html>