summaryrefslogtreecommitdiff
path: root/build_win/filelist.win
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2015-04-01 20:27:49 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2015-04-01 20:27:49 +1100
commit7f1998be92d49435a23f7f42ef5b438a133f881f (patch)
tree0e4a8a135bbb4a5cdf82b06212ff689d262a7843 /build_win/filelist.win
parent76cba586685828fc3a8598b48e70c7614818859c (diff)
downloadmongo-7f1998be92d49435a23f7f42ef5b438a133f881f.tar.gz
Add an initial implementation of named, in-memory snapshots. This implementation is mainly intended to flesh out the API. It won't cope well with very large numbers of active snapshots, ignores some misuses of the interface and doesn't deal at all with the problem of converting snapshots to on-disk checkpoints.
Diffstat (limited to 'build_win/filelist.win')
-rw-r--r--build_win/filelist.win1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win/filelist.win b/build_win/filelist.win
index e297ca16b06..944f70f731c 100644
--- a/build_win/filelist.win
+++ b/build_win/filelist.win
@@ -168,4 +168,5 @@ src/txn/txn.c
src/txn/txn_ckpt.c
src/txn/txn_ext.c
src/txn/txn_log.c
+src/txn/txn_nsnap.c
src/txn/txn_recover.c