Add refclocks log

This commit is contained in:
Miroslav Lichvar
2009-11-30 16:33:06 +01:00
parent e9ae3d0a0b
commit 7c53aca486
6 changed files with 133 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ extern int RCL_AddRefclock(RefclockParameters *params);
extern void RCL_StartRefclocks(void);
extern void RCL_StartRefclocks(void);
extern void RCL_ReportSource(RPT_SourceReport *report, struct timeval *now);
extern void RCL_CycleLogFile(void);
/* functions used by drivers */
extern void RCL_SetDriverData(RCL_Instance instance, void *data);