diff options
Diffstat (limited to 'json-rpc-shell.c')
-rw-r--r-- | json-rpc-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-rpc-shell.c b/json-rpc-shell.c index ce02642..d6c47ff 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -1271,7 +1271,7 @@ backend_ws_on_frame (void *user_data, const struct ws_parser *parser) } static void -backend_ws_on_connection_timeout (EV_P_ ev_io *handle, int revents) +backend_ws_on_connection_timeout (EV_P_ ev_timer *handle, int revents) { (void) loop; (void) revents; |