VirtualBox

Changeset 13466 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Oct 22, 2008 8:50:45 AM (16 years ago)
Author:
vboxsync
Message:

Power notification API added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp

    r10390 r13466  
    3939#ifndef IN_GUEST /* play safe for now */
    4040# include "r0drv/mp-r0drv.h"
     41# include "r0drv/power-r0drv.h"
    4142#endif
    4243
     
    8485#ifndef IN_GUEST /* play safe for now */
    8586            rc = rtR0MpNotificationInit();
     87            rc |= rtR0PowerNotificationInit();
    8688#endif
    8789            if (RT_SUCCESS(rc))
     
    112114#endif
    113115#ifndef IN_GUEST /* play safe for now */
     116    rtR0PowerNotificationTerm();
    114117    rtR0MpNotificationTerm();
    115118#endif
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