Tor 0.4.9.0-alpha-dev
hs_stats.h
Go to the documentation of this file.
1/* Copyright (c) 2016-2021, The Tor Project, Inc. */
2/* See LICENSE for licensing information */
3
4/**
5 * \file hs_stats.h
6 * \brief Header file for hs_stats.c
7 **/
8
9#ifndef TOR_HS_STATS_H
10#define TOR_HS_STATS_H
11
16
17#endif /* !defined(TOR_HS_STATS_H) */
uint32_t hs_stats_get_n_introduce2_v3_cells(void)
Definition: hs_stats.c:27
void hs_stats_note_introduce2_cell(void)
Definition: hs_stats.c:20
uint32_t hs_stats_get_n_rendezvous_launches(void)
Definition: hs_stats.c:41
void hs_stats_note_service_rendezvous_launch(void)
Definition: hs_stats.c:34