VirtualBox

儲存庫 vbox 的更動 13466


忽略:
時間撮記:
2008-10-22 上午08:50:45 (16 年 以前)
作者:
vboxsync
訊息:

Power notification API added.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette