summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2009-05-21 20:02:52 +0000
committerCharles.Forsyth <devnull@localhost>2009-05-21 20:02:52 +0000
commit04b29c1c92c3b38bc33bb1777400d00c0e2681a0 (patch)
tree576eacf430d86eebe3c4f396a57525c03dabec16 /module
parentaf1b61f55a195350b4491438e8b2c381c4ba34bc (diff)
20090521-2101
Diffstat (limited to 'module')
-rw-r--r--module/vac.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/vac.m b/module/vac.m
index fd6be340..e9501cd1 100644
--- a/module/vac.m
+++ b/module/vac.m
@@ -152,6 +152,7 @@ Vac: module {
Source: adt {
session: ref Venti->Session;
e: ref Entry;
+ dsize: int; # real dsize
new: fn(s: ref Venti->Session, e: ref Entry): ref Source;
get: fn(s: self ref Source, i: big, d: array of byte): int;