mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge remote-tracking branch 'origin/maint-0.2.2'
This commit is contained in:
commit
7de3a19497
@ -1814,6 +1814,7 @@ do_main_loop(void)
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef MS_WINDOWS /* Only called when we're willing to use signals */
|
||||
/** Libevent callback: invoked when we get a signal.
|
||||
*/
|
||||
static void
|
||||
@ -1825,6 +1826,7 @@ signal_callback(int fd, short events, void *arg)
|
||||
|
||||
process_signal(sig);
|
||||
}
|
||||
#endif
|
||||
|
||||
/** Do the work of acting on a signal received in <b>sig</b> */
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user