aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-09-10 12:42:25 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-09-10 12:42:25 +0100
commiteb1084754c2dd08bbf05d1c09f52abdbf5b373d6 (patch)
treedbc147b51ff57147a4a8ee4e5a8139904d8cb5ac /tmux.h
parent79e5b6290733567266a584d817fed48e1f2a52c0 (diff)
parent1fd756066cc0df12debb8f4e44dee46142c73348 (diff)
downloadrtmux-eb1084754c2dd08bbf05d1c09f52abdbf5b373d6.tar.gz
rtmux-eb1084754c2dd08bbf05d1c09f52abdbf5b373d6.tar.bz2
rtmux-eb1084754c2dd08bbf05d1c09f52abdbf5b373d6.zip
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 6a36c1aa..1c643534 100644
--- a/tmux.h
+++ b/tmux.h
@@ -985,6 +985,7 @@ struct session {
int cwd;
struct timeval creation_time;
+ struct timeval last_attached_time;
struct timeval activity_time;
struct timeval last_activity_time;