From 7252036fe876f522b5549f1d97c79528ca1be7ff Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 2 Nov 2005 19:08:43 +0000 Subject: Better logging in vtrpc, publish cache statistics. --- include/venti.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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. */ -- cgit v1.2.3