diff options
Diffstat (limited to 'include/chardev/char-socket.h')
-rw-r--r-- | include/chardev/char-socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chardev/char-socket.h b/include/chardev/char-socket.h index 0708ca6..d6d13ad 100644 --- a/include/chardev/char-socket.h +++ b/include/chardev/char-socket.h @@ -74,7 +74,7 @@ struct SocketChardev { bool is_websock; GSource *reconnect_timer; - int64_t reconnect_time; + int64_t reconnect_time_ms; bool connect_err_reported; QIOTask *connect_task; |