1 /* Copyright (c) 2010-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
6 * @brief Header for status.c
12 #include "lib/testsupport/testsupport.h"
14 void note_connection(bool inbound
, const connection_t
*conn
);
15 void note_circ_closed_for_unrecognized_cells(time_t n_seconds
,
18 int log_heartbeat(time_t now
);
21 STATIC
int count_circuits(void);
22 STATIC
char *secs_to_uptime(long secs
);
23 STATIC
char *bytes_to_usage(uint64_t bytes
);
26 #endif /* !defined(TOR_STATUS_H) */