mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
@ -16,6 +16,10 @@ in the source distribution for its full text.
|
||||
|
||||
extern ProcessField Platform_defaultFields[];
|
||||
|
||||
extern SignalItem Platform_signals[];
|
||||
|
||||
extern unsigned int Platform_numberOfSignals;
|
||||
|
||||
extern ProcessFieldData Process_fields[];
|
||||
|
||||
extern MeterClass* Platform_meterTypes[];
|
||||
@ -30,6 +34,8 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen);
|
||||
|
||||
int Platform_getMaxPid();
|
||||
|
||||
extern ProcessPidColumn Process_pidColumns[];
|
||||
|
||||
double Platform_setCPUValues(Meter* mtr, int cpu);
|
||||
|
||||
void Platform_setMemoryValues(Meter* mtr);
|
||||
|
Reference in New Issue
Block a user