libventi: add VtEntryNoArchive from liboventi, for use with fossil
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5298088
This commit is contained in:
parent
338bd4bb79
commit
91b0ee088e
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ enum
|
||||||
_VtEntryDepthMask = 7<<2, /* mask for pointer depth */
|
_VtEntryDepthMask = 7<<2, /* mask for pointer depth */
|
||||||
VtEntryLocal = 1<<5, /* for local storage only */
|
VtEntryLocal = 1<<5, /* for local storage only */
|
||||||
_VtEntryBig = 1<<6,
|
_VtEntryBig = 1<<6,
|
||||||
|
VtEntryNoArchive = 1<<7, /* for local storage only */
|
||||||
};
|
};
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue