Changeset 9694 in vbox for trunk/src/VBox
- Timestamp:
- Jun 14, 2008 3:15:06 AM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r9181 r9694 1477 1477 /* 1478 1478 * Create a new interface to this network. 1479 * On failure we close the network. On success it remains open until lthe1479 * On failure we close the network. On success it remains open until the 1480 1480 * interface is destroyed or the last session is doing cleanup (order problems). 1481 1481 */ -
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r9621 r9694 1217 1217 /* 1218 1218 * Allocate the usage record. 1219 * (We keep freed usage records around to simpli ty SUPR0ObjAddRef().)1219 * (We keep freed usage records around to simplify SUPR0ObjAddRef().) 1220 1220 */ 1221 1221 RTSpinlockAcquire(pDevExt->Spinlock, &SpinlockTmp);
Note:
See TracChangeset
for help on using the changeset viewer.