* src/connection.h (ssh_connection): Renamed attribute busy to
paused. New attribute pending. * src/connection.c (connection_handle_packet): New function, doing the work of the previous handle_connectino function(). (connection_handle_pending): New function. (do_handle_connection): New function. (do_exc_connection_handler): Renamed (was do_exc_protocol_exception), and handle EXC_PAUSE_CONNECTION and EXC_PAUSE_START_CONNECTION. (make_exc_connection_handler): Renamed as well. (connection_lock): Raise EXC_PAUSE_CONNECTION. (connection_unlock): Raise EXC_PAUSE_START_CONNECTION. Rev: src/connection.c:1.57 Rev: src/connection.h:1.54
Please register or sign in to comment