Better logging in vtrpc, publish cache statistics.
This commit is contained in:
parent
f51bf04878
commit
7252036fe8
4 changed files with 23 additions and 7 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue