mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 20:35:06 -05:00
Reduce size of NTP sources hash table
IPv6 addressing significantly increased size of the table, keep only pointers to get it back.
This commit is contained in:
@@ -102,4 +102,6 @@ extern void NCR_CycleLogFile(void);
|
||||
extern void NCR_IncrementActivityCounters(NCR_Instance inst, int *online, int *offline,
|
||||
int *burst_online, int *burst_offline);
|
||||
|
||||
extern NTP_Remote_Address *NCR_GetRemoteAddress(NCR_Instance instance);
|
||||
|
||||
#endif /* GOT_NTP_CORE_H */
|
||||
|
||||
Reference in New Issue
Block a user