Changeset 10551 in vbox for trunk/src/VBox
- Timestamp:
- Jul 11, 2008 8:04:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r10550 r10551 121 121 /** 122 122 * Handle table entry. 123 * @todo move to IPRT. 123 124 */ 124 125 typedef union INTNETHTE … … 129 130 uintptr_t iNext; 130 131 } INTNETHTE; 132 /** Pointer to a handle table entry. */ 131 133 typedef INTNETHTE *PINTNETHTE; 132 134 … … 134 136 /** 135 137 * Handle table. 138 * @todo move to IPRT (RTHandleTableCreate/Destroy/Add/Delete/Lookup). 136 139 */ 137 140 typedef struct INTNETHT … … 148 151 uint32_t volatile iTail; 149 152 } INTNETHT; 153 /** Pointer to a handle table. */ 150 154 typedef INTNETHT *PINTNETHT; 151 155
Note:
See TracChangeset
for help on using the changeset viewer.