sys/src/libventi: define VtEntryNoArchive constant
This commit is contained in:
parent
cb091e7539
commit
27824a6c0b
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ enum
|
||||||
_VtEntryDir = 1<<1, /* a directory */
|
_VtEntryDir = 1<<1, /* a directory */
|
||||||
_VtEntryDepthShift = 2, /* shift for pointer depth */
|
_VtEntryDepthShift = 2, /* shift for pointer depth */
|
||||||
_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 */
|
||||||
|
VtEntryNoArchive = 1<<6 /* for local storage only */
|
||||||
};
|
};
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue