tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

wallclock_sys.h (343B)


      1 /* Copyright (c) 2018-2021, The Tor Project, Inc. */
      2 /* See LICENSE for licensing information */
      3 
      4 /**
      5 * \file wallclock_sys.h
      6 * \brief Declare subsystem object for the wallclock module.
      7 **/
      8 
      9 #ifndef TOR_WALLCLOCK_SYS_H
     10 #define TOR_WALLCLOCK_SYS_H
     11 
     12 extern const struct subsys_fns_t sys_wallclock;
     13 
     14 #endif /* !defined(TOR_WALLCLOCK_SYS_H) */