venti: 32-bit extensions to data structures
This commit is contained in:
parent
33b446b8bb
commit
75d048884c
18 changed files with 283 additions and 118 deletions
|
|
@ -4,6 +4,12 @@
|
|||
#include <libsec.h>
|
||||
#include <thread.h>
|
||||
|
||||
enum
|
||||
{
|
||||
// XXX What to do here?
|
||||
VtMaxLumpSize = 65536,
|
||||
};
|
||||
|
||||
int changes;
|
||||
int rewrite;
|
||||
int ignoreerrors;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue