From 78cbced45cd244c8aab84e6fb8087b852769f5bc Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 20 Oct 2017 09:59:48 -0400 Subject: Rename "tell_event_loop_to_finish" to "...run_external_code" This function was never about 'finishing' the event loop, but rather about making sure that the code outside the event loop would be run at least once. --- src/or/connection_edge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/connection_edge.c') diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 77dac62b09..7d6667dbc9 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -999,7 +999,7 @@ connection_ap_mark_as_pending_circuit_(entry_connection_t *entry_conn, * So the fix is to tell it right now that it ought to finish its loop at * its next available opportunity. */ - tell_event_loop_to_finish(); + tell_event_loop_to_run_external_code(); } /** Mark entry_conn as no longer waiting for a circuit. */ -- cgit v1.2.3-54-g00ecf