projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b119f
)
ntpd plugin: Added new refclock_names
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Sat, 16 Jun 2018 07:41:46 +0000
(14:41 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Sat, 16 Jun 2018 07:46:32 +0000
(14:46 +0700)
src/ntpd.c
patch
|
blob
|
history
diff --git
a/src/ntpd.c
b/src/ntpd.c
index
1ee91e6
..
ef63498
100644
(file)
--- 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);
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *