summaryrefslogtreecommitdiff
path: root/src/btree/bt_ovfl.c
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-05-18 15:06:05 -0400
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-05-18 15:06:05 -0400
commit483474633038b01eb8ea12c628a2b04cddf710ad (patch)
tree4fb4f60a77dcc65e169c6791b2b9f455506d7337 /src/btree/bt_ovfl.c
parentf6664689fe60310568f7e0622756fd09978925ea (diff)
downloadmongo-483474633038b01eb8ea12c628a2b04cddf710ad.tar.gz
Now that overflow objects are stored on page with their size attribute
set to the page size instead of the data size, WT_OVFL structures are the same as WT_OFF structures -- replace the WT_OVFL structure with WT_OFF.
Diffstat (limited to 'src/btree/bt_ovfl.c')
-rw-r--r--src/btree/bt_ovfl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_ovfl.c b/src/btree/bt_ovfl.c
index f18c580de7b..4731b2d59e4 100644
--- a/src/btree/bt_ovfl.c
+++ b/src/btree/bt_ovfl.c
@@ -12,7 +12,7 @@
* Read an overflow item from the disk.
*/
int
-__wt_ovfl_in(SESSION *session, WT_OVFL *ovfl, WT_BUF *store)
+__wt_ovfl_in(SESSION *session, WT_OFF *ovfl, WT_BUF *store)
{
BTREE *btree;
CONNECTION *conn;