VirtualBox

Ignore:
Timestamp:
Jan 2, 2015 12:43:33 PM (10 years ago)
Author:
vboxsync
Message:

VBoxDTrace: Fixed the EDT_BRICKED issue (forgot to start timers). (r80)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/dtrace.c

    r53686 r53703  
    1309213092            goto err;
    1309313093        }
     13094
     13095        rval = RTTimerStart(state->dts_cleaner, 0);
     13096        if (RT_SUCCESS(rval))
     13097            rval = RTTimerStart(state->dts_deadman, 0);
     13098        if (RT_FAILURE(rval)) {
     13099            rval = RTErrConvertToErrno(rval);
     13100            goto err;
     13101        }
    1309413102#endif /* VBOX */
    1309513103
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette