VirtualBox

Changeset 35558 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 14, 2011 1:30:33 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69442
Message:

Runtime/process: add a Solaris-specific flag to suppress changing the contract id (not used at the moment), and put a note in the runtime that the webservice self-daemonizing code relies on the fact that RTProcDaemonizeUsingFork keeps the contract id unchanged, in case someone cleans this up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/process.h

    r34708 r35558  
    194194 * introduced with Windows Vista. */
    195195#define RTPROC_FLAGS_SERVICE                RT_BIT(2)
     196/** Suppress changing the process contract id for the child process
     197 * on Solaris. Without this flag the contract id is always changed,
     198 * as that's the more frequently used case. */
     199#define RTPROC_FLAGS_SAME_CONTRACT          RT_BIT(3)
    196200/** @}  */
    197201
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