VirtualBox

Ignore:
Timestamp:
Oct 22, 2009 12:54:52 PM (15 years ago)
Author:
vboxsync
Message:

AsyncCompletion: Fix possible data corruption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h

    r23956 r23975  
    229229    /** Pointer to the memory containing the data. */
    230230    uint8_t                        *pbData;
    231     /** List of tasks waiting for this one to finish. */
    232     PPDMACFILETASKSEG               pHead;
     231    /** Head of list of tasks waiting for this one to finish. */
     232    PPDMACFILETASKSEG               pWaitingHead;
     233    /** Tail of list of tasks waiting for this one to finish. */
     234    PPDMACFILETASKSEG               pWaitingTail;
    233235} PDMACFILECACHEENTRY, *PPDMACFILECACHEENTRY;
    234236/** I/O is still in progress for this entry. This entry is not evictable. */
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