From 67bb0a2c7a9ae7b197932e5b3ff3ad48ee39eab5 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 11 Jun 2011 14:19:07 +0000 Subject: cwfs: store newcache format option in config --- sys/src/cmd/cwfs/portdat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/src/cmd/cwfs/portdat.h') diff --git a/sys/src/cmd/cwfs/portdat.h b/sys/src/cmd/cwfs/portdat.h index 460e8abed..1904fc86d 100644 --- a/sys/src/cmd/cwfs/portdat.h +++ b/sys/src/cmd/cwfs/portdat.h @@ -436,6 +436,7 @@ struct Conf uchar nodump; /* no periodic dumps */ uchar dumpreread; /* read and compare in dump copy */ + uchar newcache; }; enum { -- cgit v1.2.3