mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-16 05:54:34 +03:00
PCP: PCPMetric.[ch] Mdoule
Split the PCP Metric API (functions `Metric_*`) into their own module. as @BenBE suggested.
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
#ifndef HEADER_PCPDynamicMeter
|
||||
#define HEADER_PCPDynamicMeter
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "CRT.h"
|
||||
#include "DynamicMeter.h"
|
||||
#include "Hashtable.h"
|
||||
#include "Meter.h"
|
||||
#include "RichString.h"
|
||||
|
||||
|
||||
typedef struct PCPDynamicMetric_ {
|
||||
|
Reference in New Issue
Block a user