mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 10:05:08 -05:00
Mark SOCK driver as PPS capable
This commit is contained in:
@@ -150,6 +150,7 @@ RCL_AddRefclock(RefclockParameters *params)
|
||||
inst->driver = &RCL_SHM_driver;
|
||||
} else if (strncmp(params->driver_name, "SOCK", 4) == 0) {
|
||||
inst->driver = &RCL_SOCK_driver;
|
||||
pps_source = 1;
|
||||
} else if (strncmp(params->driver_name, "PPS", 4) == 0) {
|
||||
inst->driver = &RCL_PPS_driver;
|
||||
pps_source = 1;
|
||||
|
||||
Reference in New Issue
Block a user