1 /* Copyright (c) 2010-2013, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
7 #include "testsupport.h"
9 int log_heartbeat(time_t now
);
12 STATIC
int count_circuits(void);
13 STATIC
char *secs_to_uptime(long secs
);
14 STATIC
char *bytes_to_usage(uint64_t bytes
);