From 855982728085cc9497c70c2b74d8d58b62cab1a1 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Fri, 8 Dec 2017 18:10:07 +0100 Subject: Split client-side get_rend_circ into two functions. Split hs_circuitmap_get_rend_circ_client_side(). One returns only established circuits (hs_circuitmap_get_established_rend_circ_client_side()) and the other returns all kinds of circuits. Fixes #23459 Signed-off-by: Fernando Fernandez Mancera --- changes/ticket23459 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket23459 (limited to 'changes') diff --git a/changes/ticket23459 b/changes/ticket23459 new file mode 100644 index 0000000000..a6452e4ee3 --- /dev/null +++ b/changes/ticket23459 @@ -0,0 +1,4 @@ + o Code simplification and refactoring (circuit rendezvous): + - Split get rendezvous circuit on client side on two different functions. + One that returns only established circuits and another that returns all + kinds of circuits. Closes ticket 23459. -- cgit v1.2.3-54-g00ecf