Changeset 16821 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 17, 2009 9:32:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r16758 r16821 341 341 { 342 342 PDRVNAT pThis = PDMINS_2_DATA(pDrvIns, PDRVNAT); 343 fd_set ReadFDs;344 fd_set WriteFDs;345 fd_set XcptFDs;346 343 int nFDs = -1; 347 344 unsigned int ms;
Note:
See TracChangeset
for help on using the changeset viewer.