network_sys.h 331 B

1234567891011121314
  1. /* Copyright (c) 2018-2019, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file log_network.h
  5. * \brief Declare subsystem object for the network module.
  6. **/
  7. #ifndef TOR_NETWORK_SYS_H
  8. #define TOR_NETWORK_SYS_H
  9. extern const struct subsys_fns_t sys_network;
  10. #endif /* !defined(TOR_NETWORK_SYS_H) */