VirtualBox

Changeset 10551 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 11, 2008 8:04:54 PM (16 years ago)
Author:
vboxsync
Message:

more cosmetics / todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r10550 r10551  
    121121/**
    122122 * Handle table entry.
     123 * @todo move to IPRT.
    123124 */
    124125typedef union INTNETHTE
     
    129130    uintptr_t               iNext;
    130131} INTNETHTE;
     132/** Pointer to a handle table entry. */
    131133typedef INTNETHTE *PINTNETHTE;
    132134
     
    134136/**
    135137 * Handle table.
     138 * @todo move to IPRT (RTHandleTableCreate/Destroy/Add/Delete/Lookup).
    136139 */
    137140typedef struct INTNETHT
     
    148151    uint32_t volatile       iTail;
    149152} INTNETHT;
     153/** Pointer to a handle table. */
    150154typedef INTNETHT *PINTNETHT;
    151155
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