1 /* Copyright (c) 2018-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
6 * \brief Subsystem object for monotime setup.
10 #include "lib/subsys/subsys.h"
11 #include "lib/time/time_sys.h"
12 #include "lib/time/compat_time.h"
15 subsys_time_initialize(void)
21 const subsys_fns_t sys_time
= {
23 SUBSYS_DECLARE_LOCATION(),
24 /* Monotonic time depends on logging, and a lot of other modules depend on
28 .initialize
= subsys_time_initialize
,