aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/conflux_pool.h
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2023-08-24 21:21:05 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-08-25 16:32:59 +0000
commit380727a16de34072b80966ac942278aa146557d6 (patch)
treef744c6324e68f7560cecf21950838d5999dcd5b8 /src/core/or/conflux_pool.h
parent97d3cf395066977a5c89fe13093f334ab8b3a0e0 (diff)
downloadtor-380727a16de34072b80966ac942278aa146557d6.tar.gz
tor-380727a16de34072b80966ac942278aa146557d6.zip
Bug #40841: Demote extra legs to protocol warn.
Also add more info to leg dump.
Diffstat (limited to 'src/core/or/conflux_pool.h')
-rw-r--r--src/core/or/conflux_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/conflux_pool.h b/src/core/or/conflux_pool.h
index 9a9701a484..afa4d9d058 100644
--- a/src/core/or/conflux_pool.h
+++ b/src/core/or/conflux_pool.h
@@ -37,7 +37,7 @@ void conflux_process_linked(circuit_t *circ, crypt_path_t *layer_hint,
void conflux_process_linked_ack(circuit_t *circ);
typedef struct conflux_t conflux_t;
-void conflux_log_set(const conflux_t *cfx, bool is_client);
+void conflux_log_set(int loglevel, const conflux_t *cfx, bool is_client);
#ifdef TOR_UNIT_TESTS
bool launch_new_set(int num_legs);