aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-06-14 12:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2015-06-14 12:01:10 +0100
commit37005d04a9a3871ca4c41e8ed47569f4061532f9 (patch)
treef41dcec4f2bf19e91dc31f513620f7ff3db9a525 /tmux.h
parent48a46e066ed2836cf8b58da65a2d730011702ee5 (diff)
parent29c29e771767b037f2929b889bb0de2b0b6ee138 (diff)
downloadrtmux-37005d04a9a3871ca4c41e8ed47569f4061532f9.tar.gz
rtmux-37005d04a9a3871ca4c41e8ed47569f4061532f9.tar.bz2
rtmux-37005d04a9a3871ca4c41e8ed47569f4061532f9.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 210826ad..7ba1b0b2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -429,6 +429,7 @@ enum msgtype {
MSG_IDENTIFY_STDIN,
MSG_IDENTIFY_ENVIRON,
MSG_IDENTIFY_DONE,
+ MSG_IDENTIFY_CLIENTPID,
MSG_COMMAND = 200,
MSG_DETACH,
@@ -1210,6 +1211,7 @@ RB_HEAD(status_out_tree, status_out);
struct client {
struct imsgbuf ibuf;
+ pid_t pid;
int fd;
struct event event;
int retval;