Changeset 40998 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Apr 20, 2012 6:29:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r40996 r40998 4501 4501 static int e1kXmitPending(E1KSTATE *pState, bool fOnWorkerThread) 4502 4502 { 4503 int rc ;4503 int rc = VINF_SUCCESS; 4504 4504 4505 4505 /* … … 4562 4562 static int e1kXmitPending(E1KSTATE *pState, bool fOnWorkerThread) 4563 4563 { 4564 int rc ;4564 int rc = VINF_SUCCESS; 4565 4565 4566 4566 /*
Note:
See TracChangeset
for help on using the changeset viewer.