mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 13:34:35 +03:00
Add time handling interfaces for the pcp platform
Related to https://github.com/htop-dev/htop/pull/574
This commit is contained in:
@ -250,4 +250,8 @@ int Metric_instanceOffset(Metric metric, int inst);
|
||||
|
||||
pmAtomValue *Metric_instance(Metric metric, int inst, int offset, pmAtomValue *atom, int type);
|
||||
|
||||
void Platform_gettime_realtime(struct timeval* tv, uint64_t* msec);
|
||||
|
||||
void Platform_gettime_monotonic(uint64_t* msec);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user