status.h 249 B

1234567891011
  1. /* Copyright (c) 2010-2013, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. #ifndef TOR_STATUS_H
  4. #define TOR_STATUS_H
  5. int log_heartbeat(time_t now);
  6. void log_accounting(const time_t now, const or_options_t *options);
  7. #endif