- Timestamp:
- Dec 5, 2008 1:40:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r15041 r15043 258 258 VBOX_SVN_REV, SUPDRV_IOC_VERSION, SUPDRV_IDC_VERSION, g_iMajorDeviceNo)); 259 259 260 /* Bird: please acknowledge! */261 #if 0262 260 /* Register a sleep/wakeup notification callback */ 263 void *pvData = NULL; 264 g_pSleepNotifier = registerPrioritySleepWakeInterest(&VBoxDrvDarwinSleepHandler, pvData, NULL); 261 g_pSleepNotifier = registerPrioritySleepWakeInterest(&VBoxDrvDarwinSleepHandler, &g_DevExt, NULL); 265 262 if (g_pSleepNotifier == NULL) 266 263 LogRel(("VBoxDrv: register for sleep/wakeup events failed\n")); 267 #endif268 264 269 265 return KMOD_RETURN_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.