mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-16 05:54:34 +03:00
Add completion handling for dynamic meters and columns
Be sure to free dynamic memory allocated for meters and columns strings, no-op on platforms other than pcp. Closes #774
This commit is contained in:
@ -33,6 +33,8 @@ typedef struct PCPDynamicMeters_ {
|
||||
|
||||
void PCPDynamicMeters_init(PCPDynamicMeters* meters);
|
||||
|
||||
void PCPDynamicMeters_done(Hashtable* table);
|
||||
|
||||
void PCPDynamicMeter_enable(PCPDynamicMeter* this);
|
||||
|
||||
void PCPDynamicMeter_updateValues(PCPDynamicMeter* this, Meter* meter);
|
||||
|
Reference in New Issue
Block a user