diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-11 14:19:07 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-06-11 14:19:07 +0000 |
commit | 67bb0a2c7a9ae7b197932e5b3ff3ad48ee39eab5 (patch) | |
tree | 5fc4ec7fe87a36dae66d781c83979470892246df /sys/src/cmd/cwfs/portdat.h | |
parent | 54e72f3e9cd1e0ae35d14d12940f1b5baa69d031 (diff) |
cwfs: store newcache format option in config
Diffstat (limited to 'sys/src/cmd/cwfs/portdat.h')
-rw-r--r-- | sys/src/cmd/cwfs/portdat.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |