VirtualBox

Changeset 73108 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 13, 2018 6:06:12 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123687
Message:

Corrected definition (type + docs) of RTVFSOBJSETOPS::offObjOps (no longer negative as that caused narrow warnings with gcc).

File:
1 edited

Legend:

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

    r69977 r73108  
    316316    /** The structure version (RTVFSOBJSETOPS_VERSION). */
    317317    uint32_t                uVersion;
    318     /** The offset to the RTVFSOBJOPS structure. */
    319     int32_t                 offObjOps;
     318    /** The offset back to the RTVFSOBJOPS structure. */
     319    uint32_t                offObjOps;
    320320
    321321    /**
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