summaryrefslogtreecommitdiff
path: root/src/include/btmem.h
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2015-03-26 18:36:40 -0400
committerDon Anderson <dda@ddanderson.com>2015-03-26 18:36:40 -0400
commitb24ca42bd0b4d66c959c72f35ee9967418b351da (patch)
tree50a10f1efc46a3bae55356b25e912cda46764e83 /src/include/btmem.h
parent5e8e4879b27fa8ad62b111215b0e130d828c6a30 (diff)
downloadmongo-b24ca42bd0b4d66c959c72f35ee9967418b351da.tar.gz
A first draft of encryption support. Refs #1822.
Diffstat (limited to 'src/include/btmem.h')
-rw-r--r--src/include/btmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/btmem.h b/src/include/btmem.h
index cda672bc7b4..248d788ad42 100644
--- a/src/include/btmem.h
+++ b/src/include/btmem.h
@@ -42,6 +42,7 @@ struct __wt_page_header {
#define WT_PAGE_COMPRESSED 0x01 /* Page is compressed on disk */
#define WT_PAGE_EMPTY_V_ALL 0x02 /* Page has all zero-length values */
#define WT_PAGE_EMPTY_V_NONE 0x04 /* Page has no zero-length values */
+#define WT_PAGE_ENCRYPTED 0x08 /* Page is encrypted on disk */
uint8_t flags; /* 25: flags */
/*