VirtualBox

Changeset 39515 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Dec 2, 2011 1:41:07 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75190
Message:

*: Use RTLISTANCHOR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h

    r39038 r39515  
    135135    uint32_t            cRefs;
    136136    /** List of all users of this cache. */
    137     RTLISTNODE          ListUsers;
     137    RTLISTANCHOR        ListUsers;
    138138#ifdef VBOX_WITH_STATISTICS
    139139    /** Hit counter. */
     
    192192    RTSPINLOCK                    LockList;
    193193    /** List of dirty but not committed entries for this endpoint. */
    194     RTLISTNODE                    ListDirtyNotCommitted;
     194    RTLISTANCHOR                  ListDirtyNotCommitted;
    195195    /** Node of the cache user list. */
    196196    RTLISTNODE                    NodeCacheUser;
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