diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-09-10 08:58:15 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-09-10 08:58:15 +0000 |
commit | b955f91039c600cc9ebad4b4a26b2b3b17ac40c4 (patch) | |
tree | 1d55cf5330e1e82eaa326b91d6f93ba7de57d7f6 /usr.bin/tmux/tmux.h | |
parent | e574bf2f3e3ca84e5c96f5c4cae158d03b2427f0 (diff) |
Add session_last_attached time and format, from Sina Siadat.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 50681a968a1..0a4b7edbecf 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.554 2015/09/02 17:43:25 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.555 2015/09/10 08:58:14 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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; |