VirtualBox

Changeset 18320 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 26, 2009 2:53:12 PM (16 years ago)
Author:
vboxsync
Message:

Additions/common/VbglR3Lib: separate pidfile and daemonising code. The pidfile code has not yet been tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r18190 r18320  
    16741674VBGLR3DECL(int)     VbglR3WriteLog(const char *pch, size_t cb);
    16751675VBGLR3DECL(int)     VbglR3CtlFilterMask(uint32_t fOr, uint32_t fNot);
    1676 VBGLR3DECL(int)     VbglR3Daemonize(bool fNoChDir, bool fNoClose, char const *pszPidfile);
     1676VBGLR3DECL(int)     VbglR3Daemonize(bool fNoChDir, bool fNoClose);
     1677VBGLR3DECL(int)     VbglR3PidFile(const char *pszPath, PRTFILE pFile);
     1678VBGLR3DECL(void)    VbglR3ClosePidFile(const char *pszPath, RTFILE File);
    16771679VBGLR3DECL(int)     VbglR3SetGuestCaps(uint32_t fOr, uint32_t fNot);
    16781680
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