ntp: start resolving only from NSR_ResolveSources

Also, use macros to define the minimum and maximum resolving interval.
This commit is contained in:
Miroslav Lichvar
2014-04-28 15:37:29 +02:00
parent 6ee357d230
commit 9b137b2e37
2 changed files with 10 additions and 8 deletions

View File

@@ -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 */