mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'sebastian/win_warning' into maint-0.2.2
This commit is contained in:
commit
ab1460f3ae
1 changed files with 2 additions and 0 deletions
|
@ -1587,6 +1587,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
|
||||
|
@ -1598,6 +1599,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…
Add table
Reference in a new issue