From 33b446b8bbfea80552d462296d27ad4114fbd3fb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 25 May 2009 00:30:17 -0700 Subject: libventi: protocol support for blocks larger than 64k --- include/venti.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/venti.h b/include/venti.h index 8a64c57e..14627dcb 100644 --- a/include/venti.h +++ b/include/venti.h @@ -292,7 +292,7 @@ struct VtFcall uint nauth; /* TauthX, RauthX */ uchar score[VtScoreSize]; /* Tread, Rwrite */ uchar blocktype; /* Tread, Twrite */ - ushort count; /* Tread */ + uint count; /* Tread */ Packet *data; /* Rread, Twrite */ }; -- cgit v1.2.3