initial commit
This commit is contained in:
8
include/process_monitor.h
Normal file
8
include/process_monitor.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PROCESS_MONITOR_H
|
||||
#define PROCESS_MONITOR_H
|
||||
|
||||
int get_high_cpu_processes(char *process_list[], int max_processes);
|
||||
void free_process_list(char *process_list[], int count);
|
||||
|
||||
#endif // PROCESS_MONITOR_H
|
||||
|
||||
Reference in New Issue
Block a user