Skip to content
Snippets Groups Projects
Commit f803c1bb authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

declare shutdown_did_not_work_callback() with ATTR_NORETURN

parent 79e7c0af
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment