sourcestats: move leap status to sources

This commit is contained in:
Miroslav Lichvar
2020-03-11 15:21:57 +01:00
parent e7a254265f
commit ff9301567e
3 changed files with 10 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ extern void SST_GetFrequencyRange(SST_Stats inst, double *lo, double *hi);
/* Get data needed for selection */
extern void
SST_GetSelectionData(SST_Stats inst, struct timespec *now,
int *stratum, NTP_Leap *leap,
int *stratum,
double *offset_lo_limit,
double *offset_hi_limit,
double *root_distance,