mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Fix a windows compilation error
This commit is contained in:
parent
f4f0b43268
commit
3cc6d59521
1 changed files with 1 additions and 1 deletions
|
@ -2253,7 +2253,7 @@ run_main_loop_until_done(void)
|
|||
/** Libevent callback: invoked when we get a signal.
|
||||
*/
|
||||
static void
|
||||
signal_callback(int fd, short events, void *arg)
|
||||
signal_callback(evutil_socket_t fd, short events, void *arg)
|
||||
{
|
||||
const int *sigptr = arg;
|
||||
const int sig = *sigptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue