Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1.     if (timeout && (TIME_AFTER(tick, last_event_tick + timeout)
  2.        && TIME_AFTER(tick, storage_last_disk_activity() + timeout)))
  3.     {
  4.             sys_poweroff();
  5.     } else
  6.         handle_sleep_timer();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement