aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 7ee303db..cd69ba7d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.456 2009-09-25 17:51:39 tcunha Exp $ */
+/* $Id: tmux.h,v 1.457 2009-10-06 14:00:50 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -920,6 +920,7 @@ struct tty_ctx {
/* Client connection. */
struct client {
struct imsgbuf ibuf;
+ struct timeval tv;
struct environ environ;