You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/31 19:43:13 UTC

svn commit: r809672 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/pmmap.c

Author: mturk
Date: Mon Aug 31 17:43:12 2009
New Revision: 809672

URL: http://svn.apache.org/viewvc?rev=809672&view=rev
Log:
MMap api implementations

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/win32/pmmap.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pmmap.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/pmmap.c?rev=809672&r1=809671&r2=809672&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/pmmap.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/pmmap.c Mon Aug 31 17:43:12 2009
@@ -38,6 +38,7 @@
     HANDLE          mh;
     int             flags;
     acr_size_t      size;
+    acr_off_t       offset;
     void           *base;
 };