diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-05-16 23:28:07 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-05-16 23:28:07 +0100 |
| commit | 2b69dba5038ffd0b59cf30a4c44bce549e5097f8 (patch) | |
| tree | 385d35337b2895a07a2df21bafeb80dd4536e25d /man/2 | |
| parent | d728e3107d7ae935bc511e72efc8a0c43fdbf0a0 (diff) | |
20110516-2327
Diffstat (limited to 'man/2')
| -rw-r--r-- | man/2/venti | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/man/2/venti b/man/2/venti index fdb0d2ac..27150a86 100644 --- a/man/2/venti +++ b/man/2/venti @@ -8,8 +8,6 @@ venti := load Venti Venti->PATH; Session: import venti; init: fn(); -unpackentry: fn(d: array of byte): ref Entry; -unpackroot: fn(d: array of byte): ref Root; Session: adt { new: fn(fd: ref Sys->FD): ref Session; @@ -48,7 +46,7 @@ Blocks are additionally tagged with a facilitating recovery in the event of corruption. A .B Session -represents an session with a Venti server. +represents a session with a Venti server. .TP .IB s .new(\fIfd\fP) .B New @@ -99,9 +97,7 @@ contains the Venti score for the block that has been written. tells the Venti server to make sure that all data is committed to active storage. .SH SOURCE +.B /module/venti.m +.br .B /appl/lib/venti.b .SH BUGS -to do: -Score adt -entry packing/unpacking -other Vmsgs, Session.rpc()? |
