mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 00:25:06 -05:00
ntp: pass server name to ntp_core instances
The server name will be needed for certificate verification in NTS-KE.
This commit is contained in:
@@ -504,7 +504,8 @@ take_offline(NCR_Instance inst)
|
||||
/* ================================================== */
|
||||
|
||||
NCR_Instance
|
||||
NCR_GetInstance(NTP_Remote_Address *remote_addr, NTP_Source_Type type, SourceParameters *params)
|
||||
NCR_CreateInstance(NTP_Remote_Address *remote_addr, NTP_Source_Type type,
|
||||
SourceParameters *params, const char *name)
|
||||
{
|
||||
NCR_Instance result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user