aboutsummaryrefslogtreecommitdiff
path: root/src/or/status.h
blob: 4a334b156da804c649a6b0d09d7afd2e5a0f69b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (c) 2010-2013, The Tor Project, Inc. */
/* See LICENSE for licensing information */

#ifndef TOR_STATUS_H
#define TOR_STATUS_H

int log_heartbeat(time_t now);
void log_accounting(const time_t now, const or_options_t *options);

#endif