aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.c b/tmux.c
index f77b1d6c..01f7d6c3 100644
--- a/tmux.c
+++ b/tmux.c
@@ -47,7 +47,9 @@ struct options global_w_options; /* window options */
struct environ global_environ;
int server_locked;
+struct passwd *server_locked_pw;
u_int password_failures;
+time_t password_backoff;
char *server_password;
time_t server_activity;