Changeset 36909 in vbox
- Timestamp:
- May 2, 2011 1:10:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c
r36907 r36909 602 602 { 603 603 /* Found an empty slot -- use it. */ 604 uint32_t cRefs = ASMAtomicIncU32(&pThis->cRefs); 605 Assert(cRefs == 1); 604 606 RTMAC Mac; 605 Assert(ASMAtomicIncU32(&pThis->cRefs) == 1);606 607 vboxNetAdpComposeMACAddress(pThis, &Mac); 607 608 rc = vboxNetAdpOsCreate(pThis, &Mac);
Note:
See TracChangeset
for help on using the changeset viewer.