From 59938efd23b72d2b689b912bf1f8171233fde8b3 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 8 Apr 2016 12:41:13 +0200 Subject: [PATCH] stubs: add NSR_GetLocalRefid() --- stubs.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stubs.c b/stubs.c index ac337e8..a5e50b6 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) {