Changeset 98472 in vbox for trunk/include
- Timestamp:
- Feb 3, 2023 6:56:59 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155726
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r98103 r98472 554 554 /** @name General-purpose functions 555 555 * @{ */ 556 /** Exit code which is returned by VBoxClient child process to notify 557 * parent to release VBoxGuest driver resources on Unix-like guests. */ 558 #define VBGLR3EXITCODERELOAD (2) 559 556 560 VBGLR3DECL(int) VbglR3Init(void); 557 561 VBGLR3DECL(int) VbglR3InitUser(void); … … 564 568 VBGLR3DECL(int) VbglR3CtlFilterMask(uint32_t fOr, uint32_t fNot); 565 569 VBGLR3DECL(int) VbglR3Daemonize(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn); 570 VBGLR3DECL(int) VbglR3DaemonizeEx(bool fNoChDir, bool fNoClose, bool fRespawn, unsigned *pcRespawn, 571 bool fReturnOnUpdate, bool *pfUpdateStarted, const char *szPidfile, 572 RTFILE *phPidfile); 566 573 VBGLR3DECL(int) VbglR3PidFile(const char *pszPath, PRTFILE phFile); 567 574 VBGLR3DECL(void) VbglR3ClosePidFile(const char *pszPath, RTFILE hFile); 575 VBGLR3DECL(int) VbglR3PidfileWait(const char *szPidfile, RTFILE *phPidfile, uint64_t u64TimeoutMs); 568 576 VBGLR3DECL(int) VbglR3SetGuestCaps(uint32_t fOr, uint32_t fNot); 569 577 VBGLR3DECL(int) VbglR3AcquireGuestCaps(uint32_t fOr, uint32_t fNot, bool fConfig);
Note:
See TracChangeset
for help on using the changeset viewer.