Tor
0.4.7.0-alpha-dev
feature
hs
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
12
void
hs_stats_note_introduce2_cell
(
void
);
13
uint32_t
hs_stats_get_n_introduce2_v3_cells
(
void
);
14
void
hs_stats_note_service_rendezvous_launch
(
void
);
15
uint32_t
hs_stats_get_n_rendezvous_launches
(
void
);
16
17
#endif
/* !defined(TOR_HS_STATS_H) */
hs_stats_get_n_introduce2_v3_cells
uint32_t hs_stats_get_n_introduce2_v3_cells(void)
Definition:
hs_stats.c:27
hs_stats_note_introduce2_cell
void hs_stats_note_introduce2_cell(void)
Definition:
hs_stats.c:20
hs_stats_get_n_rendezvous_launches
uint32_t hs_stats_get_n_rendezvous_launches(void)
Definition:
hs_stats.c:41
hs_stats_note_service_rendezvous_launch
void hs_stats_note_service_rendezvous_launch(void)
Definition:
hs_stats.c:34
Generated by
1.9.1