mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 06:35:07 -05:00
stubs: add NSR_GetAuthReport()
Fixes: 79c7384e5e ("cmdmon: add authdata command")
This commit is contained in:
6
stubs.c
6
stubs.c
@@ -319,6 +319,12 @@ NSR_ReportSource(RPT_SourceReport *report, struct timespec *now)
|
|||||||
memset(report, 0, sizeof (*report));
|
memset(report, 0, sizeof (*report));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int
|
||||||
|
NSR_GetAuthReport(IPAddr *address, RPT_AuthReport *report)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
NSR_GetNTPReport(RPT_NTPReport *report)
|
NSR_GetNTPReport(RPT_NTPReport *report)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user