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
y
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
y
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
ext
timeouts
bench
bench.h
1
struct
benchops
{
2
void
*(*init)(
struct
timeout
*, size_t, int);
3
void (*add)(
void
*,
struct
timeout
*, timeout_t);
4
void (*del)(
void
*,
struct
timeout
*);
5
struct
timeout
*(*get)(
void
*);
6
void (*update)(
void
*, timeout_t);
7
void (*check)(
void
*);
8
int (*empty)(
void
*);
9
struct
timeout
*(*next)(
void
*,
struct
timeouts_it
*);
10
void (*destroy)(
void
*);
11
};
/* struct benchops() */
benchops
Definition:
bench.h:1
timeout
Definition:
timeout.h:115
timeouts_it
Definition:
timeout.h:216
Generated by
1.9.4