mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Export variables and functions for CC unit tests.
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
#include "core/or/origin_circuit_st.h"
|
||||
#include "core/or/socks_request_st.h"
|
||||
|
||||
#include "core/or/congestion_control_st.h"
|
||||
#include "core/or/congestion_control_common.h"
|
||||
|
||||
static int
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
#include "test/log_test_helpers.h"
|
||||
#include "test/rng_test_helpers.h"
|
||||
|
||||
#define TOR_CONGESTION_CONTROL_PRIVATE
|
||||
#include "core/or/congestion_control_st.h"
|
||||
#include "core/or/congestion_control_common.h"
|
||||
|
||||
#ifdef HAVE_CFLAG_WOVERLENGTH_STRINGS
|
||||
|
||||
@@ -13,7 +13,9 @@
|
||||
#include "core/crypto/onion_crypto.h"
|
||||
#include "core/or/extend_info_st.h"
|
||||
#include "core/or/crypt_path_st.h"
|
||||
#define TOR_CONGESTION_CONTROL_PRIVATE
|
||||
#define TOR_CONGESTION_CONTROL_COMMON_PRIVATE
|
||||
#include "core/or/congestion_control_st.h"
|
||||
#include "core/or/congestion_control_common.h"
|
||||
#include "app/config/config.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user