| 289 | */ |
| 290 | |
| 291 | void |
| 292 | cupsdAllowSleep(void) |
| 293 | { |
| 294 | cupsdCleanDirty(); |
| 295 | |
| 296 | cupsdLogMessage(CUPSD_LOG_DEBUG, "Allowing system sleep."); |
| 297 | IOAllowPowerChange(LastSysEvent.powerKernelPort, |
| 298 | LastSysEvent.powerNotificationID); |
| 299 | } |
| 300 | |
| 301 | |
| 302 | /* |
no test coverage detected