aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/venti.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/venti.h b/include/venti.h
index 632746db..d6b753b8 100644
--- a/include/venti.h
+++ b/include/venti.h
@@ -139,6 +139,7 @@ enum
_VtEntryDepthMask = 7<<2, /* mask for pointer depth */
VtEntryLocal = 1<<5, /* for local storage only */
_VtEntryBig = 1<<6,
+ VtEntryNoArchive = 1<<7, /* for local storage only */
};
enum
{