VirtualBox

Changeset 30095 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Jun 8, 2010 2:57:06 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62477
Message:

VBoxServiceInternal.h: r=bird: Please include the node type when using RTLISTNODE! NodeSucc is a bad name, see todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

    r30082 r30095  
    200200    /** The client ID for HGCM communication. */
    201201    uint32_t    uClientID;
    202     /** Head node of list. */
     202    /** Head in a list of VBOXSERVICEVEPROPCACHEENTRY nodes. */
    203203    RTLISTNODE  NodeHead;
    204204    /** Critical section for thread-safe use. */
     
    213213typedef struct VBOXSERVICEVEPROPCACHEENTRY
    214214{
    215     /** Node to successor. */
     215    /** Node to successor.
     216     * @todo r=bird: This is not really the node to the successor, but
     217     *       rather the OUR node in the list.  If it helps, remember that
     218     *       its a doubly linked list. */
    216219    RTLISTNODE  NodeSucc;
    217220    /** Name (and full path) of guest property. */
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