mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 16:15:06 -05:00
sys: add null driver
Add a new clock driver that doesn't actually try to adjust the clock. It allows chronyd to run without the capability to adjust/set the system clock, e.g. in some containers. It can be enabled by the -x option.
This commit is contained in:
@@ -37,7 +37,7 @@ HASH_OBJ = @HASH_OBJ@
|
||||
|
||||
OBJS = array.o cmdparse.o conf.o local.o logging.o main.o memory.o \
|
||||
reference.o regress.o rtc.o sched.o sources.o sourcestats.o stubs.o \
|
||||
sys.o smooth.o tempcomp.o util.o $(HASH_OBJ)
|
||||
smooth.o sys.o sys_null.o tempcomp.o util.o $(HASH_OBJ)
|
||||
|
||||
EXTRA_OBJS=@EXTRA_OBJECTS@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user