Regenerate platform-dependent headers.

Closes #293.
This commit is contained in:
Hisham Muhammad
2015-10-19 17:22:54 -02:00
parent e906c0dddb
commit 78f2933e2b
7 changed files with 36 additions and 8 deletions

View File

@ -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);