summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-07-22 09:40:58 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-07-22 09:40:58 +1000
commitd1ac7e8e5761d04543eff8f731219b13e38e7188 (patch)
tree8f0b7c7c1b7d7fe220e1177e817e06acb22c3f72 /docs
parent4a6dc09e897748ff6ba6fab1929683aebdc40e46 (diff)
downloadmongo-d1ac7e8e5761d04543eff8f731219b13e38e7188.tar.gz
Replace wiredtiger_recno_t with uint64_t.
closes #71
Diffstat (limited to 'docs')
-rw-r--r--docs/src/packing.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/packing.dox b/docs/src/packing.dox
index 36b31ae7066..a52011b7bac 100644
--- a/docs/src/packing.dox
+++ b/docs/src/packing.dox
@@ -37,7 +37,7 @@ Format characters:
@row{L, unsigned long, int, integer, 4}
@row{q, long long, long, integer, 8}
@row{Q, unsigned long long, long, integer, 8}
-@row{r, ::wiredtiger_recno_t, long, integer, 8}
+@row{r, uint64_t, long, integer, 8}
@row{s, char[], String, string, fixed length}
@row{S, char[], String, string, variable}
@row{t, unsigned char, byte, integer, fixed bit length}