VirtualBox

Ignore:
Timestamp:
Jun 22, 2011 7:30:06 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72442
Message:

*: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter from uint32_t to uint64_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp

    r33540 r37596  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    407407    pReqInt->fFlush               = false;
    408408    pReqInt->AioCB.aio_lio_opcode = uTransferDirection;
    409     pReqInt->AioCB.aio_fildes     = (int)hFile;
     409    pReqInt->AioCB.aio_fildes     = RTFileToNative(hFile);
    410410    pReqInt->AioCB.aio_offset     = off;
    411411    pReqInt->AioCB.aio_nbytes     = cbTransfer;
     
    445445
    446446    pReqInt->fFlush           = true;
    447     pReqInt->AioCB.aio_fildes = (int)hFile;
     447    pReqInt->AioCB.aio_fildes = RTFileToNative(hFile);
    448448    pReqInt->AioCB.aio_offset = 0;
    449449    pReqInt->AioCB.aio_nbytes = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette