From: Miroslav Lichvar Date: Fri, 8 Apr 2016 10:41:13 +0000 (+0200) Subject: stubs: add NSR_GetLocalRefid() X-Git-Tag: 2.4-pre1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59938efd23b72d2b689b912bf1f8171233fde8b3;p=thirdparty%2Fchrony.git stubs: add NSR_GetLocalRefid() --- diff --git a/stubs.c b/stubs.c index ac337e85..a5e50b65 100644 --- a/stubs.c +++ b/stubs.c @@ -230,6 +230,12 @@ NSR_InitiateSampleBurst(int n_good_samples, int n_total_samples, return 0; } +uint32_t +NSR_GetLocalRefid(IPAddr *address) +{ + return 0; +} + int NSR_TakeSourcesOnline(IPAddr *mask, IPAddr *address) {