plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 91b0ee088e6c249478a21c43bf1fd4484d8d76d5
parent 338bd4bb79e79b3df1aaed0ed9d78d3989f4c1f7
Author: David du Colombier <0intro@gmail.com>
Date:   Tue,  8 Nov 2011 11:46:49 -0500

libventi: add VtEntryNoArchive from liboventi, for use with fossil

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5298088

Diffstat:
Minclude/venti.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 {