From e7e953b3dadb5aba3bb2f3f05b2beff94934a4dc Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 22 Apr 2012 15:27:06 -0400 Subject: venti: add bootstrap mode (write + no index) R=rsc, rsc http://codereview.appspot.com/6097047 --- src/cmd/venti/srv/lump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/venti/srv/lump.c') diff --git a/src/cmd/venti/srv/lump.c b/src/cmd/venti/srv/lump.c index 9b244948..cc0a26dc 100644 --- a/src/cmd/venti/srv/lump.c +++ b/src/cmd/venti/srv/lump.c @@ -2,6 +2,7 @@ #include "dat.h" #include "fns.h" +int bootstrap = 0; int syncwrites = 0; int queuewrites = 0; int writestodevnull = 0; -- cgit v1.2.3