summaryrefslogtreecommitdiff
path: root/build_win
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-03-20 16:32:05 -0400
committerKeith Bostic <keith@wiredtiger.com>2016-03-20 16:32:05 -0400
commit174db9f11f03309dc560c0e11d60f226db6cb197 (patch)
tree7f8a718e1afc465b5724c811c3835d534c10b3d0 /build_win
parentbd445d59099c69d433432106067690f4ab50171f (diff)
downloadmongo-174db9f11f03309dc560c0e11d60f226db6cb197.tar.gz
WT-2330: in-memory configurations should not create on-disk collection files
Move file based APIs into the WT_CONNECTION_IMPL structure, move file-handle based APIs into the WT_FH structure. Create real WT_FH structures for stdout/stderr instead of using fake pointer values to flag them, give them their own functions set up when the WT_CONNECTION_IMPL structure is first created. Move file based and file-handle based API stubs into misc.i for now, not sure where they'll end up, or if we'll push WT_FH methods up into the WiredTiger code.
Diffstat (limited to 'build_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 4b3847f5f35..df1efc23830 100644
--- a/build_win/filelist.win
+++ b/build_win/filelist.win
@@ -109,6 +109,7 @@ src/os_posix/os_init.c
src/os_posix/os_inmemory.c
src/os_posix/os_mtx_rw.c
src/os_posix/os_posix.c
+src/os_posix/os_stdio.c
src/os_posix/os_strtouq.c
src/os_win/os_dir.c
src/os_win/os_dlopen.c