VirtualBox

Changeset 27743 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Mar 26, 2010 2:50:55 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59375
Message:

IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a new RTPRocDaemonize that is portable. RTProcCreate* got a new flag RTPROC_FLAGS_DETACHED, while RTPROC_FLAGS_DAEMONIZE got renamed to RTPROC_FLAGS_DAEMONIZE_DEPRECATED.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/VBoxZoneAccess.c

    r17324 r27743  
    4545
    4646    /* Daemonize... */
    47     RTProcDaemonize(false /* fNoChDir */,
    48                     false /* fNoClose */,
    49                     NULL /* pszPidfile */);
     47    RTProcDaemonizeUsingFork(false /* fNoChDir */,
     48                             false /* fNoClose */,
     49                             NULL /* pszPidfile */);
    5050
    5151    /* Open the device */
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