]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
stubs: add NSR_GetLocalRefid()
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 8 Apr 2016 10:41:13 +0000 (12:41 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 8 Apr 2016 14:21:19 +0000 (16:21 +0200)
stubs.c

diff --git a/stubs.c b/stubs.c
index ac337e858920c01d312cc5254521410ebefc103e..a5e50b65807d7173c859e578406755a3a27431c3 100644 (file)
--- 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)
 {