VirtualBox

Changeset 80410 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 24, 2019 9:27:34 PM (5 years ago)
Author:
vboxsync
Message:

Make comments for two fields in RTSGBUF declaration consistent with current behavior

File:
1 edited

Legend:

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

    r77236 r80410  
    7575    /** Current segment we are in. */
    7676    unsigned  idxSeg;
    77     /** Pointer to the current segment start. */
     77    /** Pointer to current byte within the current segment. */
    7878    void     *pvSegCur;
    79     /** Number of bytes left in the current buffer. */
     79    /** Number of bytes left in the current segment. */
    8080    size_t    cbSegLeft;
    8181} RTSGBUF;
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