mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
venti-cache(3): delete vtblockdirty
This commit is contained in:
parent
64f9764ea9
commit
a8e7aff24a
1 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
.SH NAME
|
||||
VtBlock, VtCache,
|
||||
vtblockcopy,
|
||||
vtblockdirty,
|
||||
vtblockduplock,
|
||||
vtblockput,
|
||||
vtblockwrite,
|
||||
|
@ -77,9 +76,6 @@ void vtcachesetwrite(VtCache *c,
|
|||
.PP
|
||||
.B
|
||||
VtBlock* vtblockcopy(VtBlock *b);
|
||||
.PP
|
||||
.B
|
||||
int vtblockdirty(VtBlock *b);
|
||||
.SH DESCRIPTION
|
||||
These functions provide access to a simple in-memory
|
||||
cache of blocks already stored on a Venti server
|
||||
|
|
Loading…
Reference in a new issue