summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-04-18 15:44:17 +0000
committernicm <nicm@openbsd.org>2017-04-18 15:44:17 +0000
commite5dbe4466b6d67a63f1db115b0154be0e9764bc0 (patch)
tree907f6c9ffb63abc9de385006fb017f3ca11249fe /usr.bin/tmux/tmux.h
parentAdd sparc64 support. (diff)
downloadwireguard-openbsd-e5dbe4466b6d67a63f1db115b0154be0e9764bc0.tar.xz
wireguard-openbsd-e5dbe4466b6d67a63f1db115b0154be0e9764bc0.zip
Add a format for number of bytes writtent to client, useful for debugging.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 537dfcaed52..44300a662b4 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.735 2017/04/17 06:40:32 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.736 2017/04/18 15:44:17 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -1043,6 +1043,7 @@ struct tty {
struct evbuffer *in;
struct event event_out;
struct evbuffer *out;
+ size_t written;
struct termios tio;