VirtualBox

Changeset 29939 in vbox for trunk/src


Ignore:
Timestamp:
Jun 1, 2010 8:59:42 AM (15 years ago)
Author:
vboxsync
Message:

More tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

    r29938 r29939  
    398398
    399399    /*
    400          * Block here first for a minute as using DONT_RESOLVE_DLL_REFERENCES is kind of risky; other code that uses LoadLibrary on a dll loaded like this
    401         * before will end up crashing the process as the dll's init routine was never called.
    402         *
    403         * We have to use this feature as we can't simply execute all init code in our service process.
    404         *
     400     * Block here first for a minute as using DONT_RESOLVE_DLL_REFERENCES is kind of risky; other code that uses LoadLibrary on a dll loaded like this
     401    * before will end up crashing the process as the dll's init routine was never called.
     402    *
     403    * We have to use this feature as we can't simply execute all init code in our service process.
     404    *
    405405         */
    406406    int rc = RTSemEventMultiWait(g_PageSharingEvent, 60000);
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