mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a windows compilation error
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user