VirtualBox

Changeset 21573 in vbox for trunk/include


Ignore:
Timestamp:
Jul 14, 2009 11:12:01 AM (16 years ago)
Author:
vboxsync
Message:

iprt/file.h: spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/file.h

    r21493 r21573  
    149149 */
    150150#define RTFILE_O_ASYNC_IO           0x00040000
    151 /** Disables caching of the opened file on the host.
    152  * Useful when using very big files which might
    153  * bring the host I/O scheduler to its knees
    154  * during high I/O load.
    155  * @remark  This flag might impose restrictions
     151/** Disables caching.
     152 *
     153 * Useful when using very big files which might bring the host I/O scheduler to
     154 * its knees during high I/O load.
     155 *
     156 * @remarks This flag might impose restrictions
    156157 *          on the buffer alignment, start offset and/or transfer size.
     158 *
    157159 *          On Linux the buffer needs to be aligned to the 512 sector
    158160 *          boundary.
    159  *          On Windows the FILE_FLAG_NO_BUFFERING is used
    160  *          (see here for more details
    161  *          http://msdn.microsoft.com/en-us/library/cc644950(VS.85).aspx)
     161 *
     162 *          On Windows the FILE_FLAG_NO_BUFFERING is used (see
     163 *          http://msdn.microsoft.com/en-us/library/cc644950(VS.85).aspx ).
    162164 *          The buffer address, the transfer size and offset needs to be
    163165 *          aligned to the sector size of the volume.
    164  * @remark  This might not be implemented on all platforms,
     166 *
     167 * @remarks This might not be implemented on all platforms,
    165168 *          and will be ignored on those.
    166169 */
    167 #define RTFILE_O_NO_CACHE      0x00080000
     170#define RTFILE_O_NO_CACHE           0x00080000
    168171
    169172/** Mask of all valid flags.
    170173 * @remark  This doesn't validate the access mode properly.
    171174 */
    172 #define RTFILE_O_VALID_MASK          0x1ffFFB73
     175#define RTFILE_O_VALID_MASK         0x1ffFFB73
    173176
    174177/** @} */
Note: See TracChangeset for help on using the changeset viewer.

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