30
30
pthread_handler_t handle_one_connection(void *arg);
31
31
bool init_new_connection_handler_thread();
35
32
bool setup_connection_thread_globals(Session *session);
36
33
void prepare_new_connection_state(Session* session);
37
34
void end_connection(Session *session);