]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
ntpd plugin: Added new refclock_names 2822/head
authorPavel Rochnyack <pavel2000@ngs.ru>
Sat, 16 Jun 2018 07:41:46 +0000 (14:41 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sat, 16 Jun 2018 07:46:32 +0000 (14:46 +0700)
src/ntpd.c

index 1ee91e698f308ed80861e2dc6269ec3ebf505237..ef6349880a161a82aee401503e697a70e5b452f6 100644 (file)
@@ -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);
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *