aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.c b/tmux.c
index d8499202..9ca1783f 100644
--- a/tmux.c
+++ b/tmux.c
@@ -46,6 +46,7 @@ struct options global_s_options; /* session options */
struct options global_w_options; /* window options */
int server_locked;
+u_int password_failures;
char *server_password;
time_t server_activity;