mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
declare shutdown_did_not_work_callback() with ATTR_NORETURN
This commit is contained in:
parent
79e7c0af0e
commit
f803c1bb17
@ -143,6 +143,8 @@ static void connection_start_reading_from_linked_conn(connection_t *conn);
|
||||
static int connection_should_read_from_linked_conn(connection_t *conn);
|
||||
static int run_main_loop_until_done(void);
|
||||
static void process_signal(int sig);
|
||||
static void shutdown_did_not_work_callback(evutil_socket_t fd, short event,
|
||||
void *arg) ATTR_NORETURN;
|
||||
|
||||
/********* START VARIABLES **********/
|
||||
int global_read_bucket; /**< Max number of bytes I can read this second. */
|
||||
|
Loading…
Reference in New Issue
Block a user