VirtualBox

Changeset 79302 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 24, 2019 10:45:10 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131517
Message:

Main/GuestFileImpl.cpp: More doc updates wrt file offsets, reading and writing. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestFileImpl.cpp

    r79300 r79302  
    298298    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    299299
    300     /* Note! This will not be accurate with older (< 5.2.32, 6.0.0 - 6.0.9)
    301              guest additions when using writeAt, readAt or writing to a file
    302              opened in append mode. */
     300    /*
     301     * This is updated by GuestFile::i_onFileNotify() when read, write and seek
     302     * confirmation messages are recevied.
     303     *
     304     * Note! This will not be accurate with older (< 5.2.32, 6.0.0 - 6.0.9)
     305     *       guest additions when using writeAt, readAt or writing to a file
     306     *       opened in append mode.
     307     */
    303308    *aOffset = mData.mOffCurrent;
    304309
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