ntpd plugin: Added new refclock_names
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 1ee91e6..ef63498 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);
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *