VirtualBox

Ignore:
Timestamp:
Apr 23, 2009 9:30:44 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46351
Message:

Additions/VBoxService: Fixed regression for non-Windows code.

File:
1 edited

Legend:

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

    r19084 r19137  
    553553#endif
    554554    }
    555     else
    556     {
    557         /** @todo Make the main thread responsive to signal so it can shutdown/restart the threads on non-SIGKILL signals. */
    558 
    559         /*
    560          * Start the service, enter the main threads run loop and stop them again when it returns.
    561          */
    562         rc = VBoxServiceStartServices(iMain);
    563         VBoxServiceStopServices();
    564     }
     555
     556#ifndef RT_OS_WINDOWS
     557    /** @todo Make the main thread responsive to signal so it can shutdown/restart the threads on non-SIGKILL signals. */
     558
     559    /*
     560     * Start the service, enter the main threads run loop and stop them again when it returns.
     561     */
     562    rc = VBoxServiceStartServices(iMain);
     563    VBoxServiceStopServices();
     564#endif
    565565
    566566#ifdef RT_OS_WINDOWS
Note: See TracChangeset for help on using the changeset viewer.

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