Control port STREAM XON/XOFF status event notification
[tor.git] / src / feature / control / btrack_orconn_maps.h
blob7183b9bc3cb4d23730e510f13a4d1e17e11b32da
1 /* Copyright (c) 2007-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file btrack_orconn_maps.h
6 * \brief Header file for btrack_orconn_maps.c
7 **/
9 #ifndef TOR_BTRACK_ORCONN_MAPS_H
10 #define TOR_BTRACK_ORCONN_MAPS_H
12 void bto_delete(uint64_t);
13 bt_orconn_t *bto_find_or_new(uint64_t, uint64_t);
15 void bto_init_maps(void);
16 void bto_clear_maps(void);
18 #endif /* !defined(TOR_BTRACK_ORCONN_MAPS_H) */