Tor
0.4.9.2-alpha-dev
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
b
c
d
f
g
h
l
m
n
o
p
r
s
v
Enumerations
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
g
h
i
m
n
o
p
q
r
s
t
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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.4