X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fntpd.c;h=ef6349880a161a82aee401503e697a70e5b452f6;hb=733fc645b6389d1f42aef8f1c1631f1db7d58196;hp=1ee91e698f308ed80861e2dc6269ec3ebf505237;hpb=09b119f3438d083575ab45f49ac58bb8268a61e0;p=collectd.git 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); /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *