mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Clarify doc on tell_event_loop_to_run_external_code()
This commit is contained in:
parent
30a681553f
commit
0a10335d2e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
/** 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
|
* 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
|
void
|
||||||
tell_event_loop_to_run_external_code(void)
|
tell_event_loop_to_run_external_code(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue