VirtualBox

Ignore:
Timestamp:
Jan 28, 2015 12:21:54 PM (10 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuestLib: add respawn counter to Daemonize().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r54008 r54010  
    371371        VBClFatalError(("Creating pid-file path: %Rrc\n", rc));
    372372    if (fDaemonise)
    373         rc = VbglR3Daemonize(false /* fNoChDir */, false /* fNoClose */, fRespawn);
     373        rc = VbglR3Daemonize(false /* fNoChDir */, false /* fNoClose */, fRespawn, NULL);
    374374    if (RT_FAILURE(rc))
    375375        VBClFatalError(("Daemonizing: %Rrc\n", rc));
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