mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
cmdmon: add smoothing command
This adds a new request to get a current report on time smoothing.
This commit is contained in:
4
smooth.h
4
smooth.h
@@ -27,6 +27,8 @@
|
||||
#ifndef GOT_SMOOTH_H
|
||||
#define GOT_SMOOTH_H
|
||||
|
||||
#include "reports.h"
|
||||
|
||||
extern void SMT_Initialise(void);
|
||||
|
||||
extern void SMT_Finalise(void);
|
||||
@@ -39,4 +41,6 @@ extern void SMT_Reset(struct timeval *now);
|
||||
|
||||
extern void SMT_Leap(struct timeval *now, int leap);
|
||||
|
||||
extern int SMT_GetSmoothingReport(RPT_SmoothingReport *report, struct timeval *now);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user