Explorar o código

Clarify doc on tell_event_loop_to_run_external_code()

Nick Mathewson %!s(int64=6) %!d(string=hai) anos
pai
achega
0a10335d2e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/or/main.c

+ 2 - 1
src/or/main.c

@@ -648,7 +648,8 @@ connection_should_read_from_linked_conn(connection_t *conn)
 
 /** If we called event_base_loop() and told it to never stop until it
  * runs out of events, now we've changed our mind: tell it we want it to
- * finish. */
+ * exit once the current round of callbacks is done, so that we can
+ * run external code, and then return to the main loop. */
 void
 tell_event_loop_to_run_external_code(void)
 {