Fixed git ignore, updated much functionality, updated the procress_monitor to work, updated install.sh, added license, updated Makefile, updated install.sh, updated README.md, all that
This commit is contained in:
@@ -13,4 +13,11 @@ void log_message(const char *message);
|
||||
// New function declaration for process monitoring
|
||||
int get_high_cpu_processes(char *process_list[], int max_processes);
|
||||
|
||||
extern int battery_saving_mode_active;
|
||||
extern int THRESHOLD_LOW;
|
||||
extern int THRESHOLD_CRITICAL;
|
||||
extern int THRESHOLD_HIGH;
|
||||
|
||||
void load_thresholds_from_config();
|
||||
|
||||
#endif // BATTERY_MONITOR_H
|
||||
|
||||
Reference in New Issue
Block a user