summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-09-10 08:58:14 +0000
committernicm <nicm>2015-09-10 08:58:14 +0000
commitcfabe30becba6f0c54035a29ee61a6a7f3d0cf60 (patch)
treeb31b518b32858cf89f019484b95bf65c69e3d24f /tmux.h
parent67ee995cc1ec0a9ae2247dae6bdde54211be8c5a (diff)
Add session_last_attached time and format, from Sina Siadat.
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 0223d857..8cd83e27 100644
--- a/tmux.h
+++ b/tmux.h
@@ -981,6 +981,7 @@ struct session {
int cwd;
struct timeval creation_time;
+ struct timeval last_attached_time;
struct timeval activity_time;
struct timeval last_activity_time;