mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:55:07 -05:00
ntp: start resolving only from NSR_ResolveSources
Also, use macros to define the minimum and maximum resolving interval.
This commit is contained in:
@@ -61,7 +61,7 @@ typedef void (*NSR_SourceResolvingEndHandler)(void);
|
||||
/* Set the handler, or NULL to disable the notification */
|
||||
extern void NSR_SetSourceResolvingEndHandler(NSR_SourceResolvingEndHandler handler);
|
||||
|
||||
/* Procedure to start resolving unresolved sources immediately */
|
||||
/* Procedure to start resolving unresolved sources */
|
||||
extern void NSR_ResolveSources(void);
|
||||
|
||||
/* Procedure to start all sources */
|
||||
|
||||
Reference in New Issue
Block a user