12345678910111213141516171819202122232425262728 |
- #ifndef BOINC_IDLEMON_H
- #define BOINC_IDLEMON_H
- extern bool startup_idle_monitor();
- extern bool attach_idle_monitor();
- extern void shutdown_idle_monitor();
- extern void detach_idle_monitor();
- extern long get_idle_tick_count();
- #endif
|