VirtualBox

Changeset 5061 in vbox for trunk/src/VBox/Main/linux


Ignore:
Timestamp:
Sep 26, 2007 5:15:30 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24874
Message:

Main: More logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/server_module.cpp

    r4475 r5061  
    167167
    168168#ifdef RT_OS_OS2
    169                 char *const args[] = { VBoxSVCPath, "--automate", 0 };
     169                char * const args[] = { VBoxSVCPath, "--automate", 0 };
    170170                /* use NSPR because we want the process to be detached right
    171                  * at startup (it isn't possible to detach it later on) */
     171                 * at startup (it isn't possible to detach it later on),
     172                 * RTProcCreate() isn't yet capable of doing that. */
    172173                PRStatus rv = PR_CreateProcessDetached (VBoxSVCPath,
    173                                                         args, NULL, 0);
     174                                                        args, NULL, NULL);
    174175                if (rv != PR_SUCCESS)
    175176                {
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