aboutsummaryrefslogtreecommitdiff
path: root/include/venti.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-02 19:08:43 +0000
committerrsc <devnull@localhost>2005-11-02 19:08:43 +0000
commit7252036fe876f522b5549f1d97c79528ca1be7ff (patch)
tree49ce2530906aa937b711ba37cb42d0364243113f /include/venti.h
parentf51bf048784abd642dea4f033bc95acbd4468b6a (diff)
downloadplan9port-7252036fe876f522b5549f1d97c79528ca1be7ff.tar.gz
plan9port-7252036fe876f522b5549f1d97c79528ca1be7ff.tar.bz2
plan9port-7252036fe876f522b5549f1d97c79528ca1be7ff.zip
Better logging in vtrpc, publish cache statistics.
Diffstat (limited to 'include/venti.h')
-rw-r--r--include/venti.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/venti.h b/include/venti.h
index e1bb2325..e09ad177 100644
--- a/include/venti.h
+++ b/include/venti.h
@@ -369,6 +369,7 @@ void vtrespond(VtReq*);
/* client */
Packet *vtrpc(VtConn*, Packet*);
+Packet *_vtrpc(VtConn*, Packet*, VtFcall*);
void vtrecvproc(void*); /* VtConn* */
void vtsendproc(void*); /* VtConn* */
@@ -428,6 +429,8 @@ int vtblockwrite(VtBlock*);
VtBlock *vtblockcopy(VtBlock*);
void vtblockduplock(VtBlock*);
+extern int vtcachencopy, vtcachenread, vtcachenwrite;
+
/*
* Hash tree file tree.
*/