1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[macro_use] mod imports; use imports::*;

x!{interface}
x!{fetch_flags}
x!{peer}
x!{eviction}
x!{callbacks}
x!{net_events}
x!{v_send}
x!{h_socket}
x!{v_recv}
x!{addr_local}
x!{v_process_msg}
x!{added}
x!{select_node_to_evict}
x!{protect_eviction_candidates_by_ratio}
x!{traits}