summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-03 18:13:54 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-03 18:13:54 +0000
commit73c9b25d2d0e40a657073489311a4ecd1643362c (patch)
treee7c695728d9c89504d140739422a9c7ef2fde8cc /tmux.h
parent743956edf898dceff67af785b7bda87cdbd3fdab (diff)
It is too easy to create things in the same second; use a timespec instead.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 9d3a22f7..1e635289 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.123 2008-06-03 16:55:09 nicm Exp $ */
+/* $Id: tmux.h,v 1.124 2008-06-03 18:13:54 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -536,7 +536,7 @@ RB_HEAD(winlinks, winlink);
/* Client session. */
struct session {
char *name;
- time_t tim;
+ struct timespec ts;
u_int sx;
u_int sy;