From: Miroslav Lichvar Date: Wed, 27 Nov 2013 15:28:09 +0000 (+0100) Subject: Fix REF_GetOurStratum description X-Git-Tag: 1.30-pre1~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61dbdd80b9b14fe79f6dc2300b8aacdcef3fd793;p=thirdparty%2Fchrony.git Fix REF_GetOurStratum description --- diff --git a/reference.h b/reference.h index e4d68397..9fe595fc 100644 --- a/reference.h +++ b/reference.h @@ -129,7 +129,7 @@ extern void REF_SetManualReference extern void REF_SetUnsynchronised(void); -/* Return the current stratum of this host or zero if the host is not +/* Return the current stratum of this host or 16 if the host is not synchronised */ extern int REF_GetOurStratum(void);