Changeset 28216 in vbox for trunk/src/VBox
- Timestamp:
- Apr 12, 2010 3:41:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r28213 r28216 169 169 # if HC_ARCH_BITS == 32 170 170 /** Alignment padding. */ 171 //uint32_t alignment2;171 uint32_t alignment2; 172 172 # endif 173 173 #else … … 189 189 /** Receive Req queue (deliver packets to the guest) */ 190 190 PRTREQQUEUE pRecvReqQueue; 191 /** Receive Urgent Req queue (deliver packets to the guest) */191 /** Receive Urgent Req queue (deliver packets to the guest). */ 192 192 PRTREQQUEUE pUrgRecvReqQueue; 193 193 194 /* makes access to device func RecvAvail and Recv atomical*/194 /** makes access to device func RecvAvail and Recv atomical. */ 195 195 RTCRITSECT csDevAccess; 196 196 volatile uint32_t cUrgPkt;
Note:
See TracChangeset
for help on using the changeset viewer.