From: Pavel Rochnyack Date: Sat, 16 Jun 2018 07:41:46 +0000 (+0700) Subject: ntpd plugin: Added new refclock_names X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=fc431505c05b8f691c45de41f372ef1f81e36cbb ntpd plugin: Added new refclock_names --- diff --git a/src/ntpd.c b/src/ntpd.c index 1ee91e69..ef634988 100644 --- a/src/ntpd.c +++ b/src/ntpd.c @@ -251,7 +251,7 @@ static const char *refclock_names[] = { "CHRONOLOG", "DUMBCLOCK", "ULINK_M320", "PCF", /* 32-35 */ "WWV_AUDIO", "GPS_FG", "HOPF_S", "HOPF_P", /* 36-39 */ "JJY", "TT_IRIG", "GPS_ZYFER", "GPS_RIPENCC", /* 40-43 */ - "NEOCLK4X" /* 44 */ + "NEOCLK4X", "PCI_TSYNC", "GPSD_JSON" /* 44-46 */ }; static size_t refclock_names_num = STATIC_ARRAY_SIZE(refclock_names); /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *