VirtualBox

Changeset 24179 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 30, 2009 10:26:43 AM (15 years ago)
Author:
vboxsync
Message:

iprt/initterm.h,SUPDrv-solaris.c: Added RTR0TermForced so the module containing IPRT can make sure it's really terminated and that modules not calling RTR0Term doesn't create trouble (other than debug assertions). Use this for SUPDrv on Solaris.

File:
1 edited

Legend:

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

    r20374 r24179  
    115115 */
    116116RTR0DECL(void) RTR0Term(void);
     117
     118/**
     119 * Forcibily terminates the ring-0 driver runtime library.
     120 *
     121 * This should be used when statically linking the IPRT.  Module using dynamic
     122 * linking shall use RTR0Term.  If you're not sure, use RTR0Term!
     123 */
     124RTR0DECL(void) RTR0TermForced(void);
    117125#endif
    118126
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