@@ -81,7 +81,7 @@ static struct io_buf *_alloc_io_buf(void);
8181static void _init_stdio_eio_objs (slurm_step_io_fds_t fds ,
8282 client_io_t * cio );
8383static void _handle_io_init_msg (int fd , client_io_t * cio );
84- static int _read_io_init_msg (int fd , void * conn , client_io_t * cio ,
84+ static int _read_io_init_msg (int fd , conn_t * conn , client_io_t * cio ,
8585 slurm_addr_t * host );
8686static int _wid (int n );
8787static bool _incoming_buf_free (client_io_t * cio );
@@ -220,7 +220,7 @@ _set_listensocks_nonblocking(client_io_t *cio)
220220/**********************************************************************
221221 * IO server socket functions
222222 **********************************************************************/
223- static eio_obj_t * _create_server_eio_obj (int fd , void * conn , client_io_t * cio ,
223+ static eio_obj_t * _create_server_eio_obj (int fd , conn_t * conn , client_io_t * cio ,
224224 int nodeid , int stdout_objs ,
225225 int stderr_objs )
226226{
@@ -846,7 +846,7 @@ _create_listensock_eio(int fd, client_io_t *cio)
846846 return eio ;
847847}
848848
849- static int _read_io_init_msg (int fd , void * conn , client_io_t * cio ,
849+ static int _read_io_init_msg (int fd , conn_t * conn , client_io_t * cio ,
850850 slurm_addr_t * host )
851851{
852852 io_init_msg_t msg = { 0 };
@@ -926,7 +926,7 @@ _handle_io_init_msg(int fd, client_io_t *cio)
926926
927927 for (j = 0 ; j < 15 ; j ++ ) {
928928 int sd ;
929- void * conn = NULL ;
929+ conn_t * conn = NULL ;
930930 slurm_addr_t addr ;
931931
932932 /*
0 commit comments