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
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user