From cb0bf6a043377974bb40ace3c9782822c63b7ded Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 8 Nov 2009 22:59:53 +0000 Subject: Sync OpenBSD patchset 496: Switch window pane pipe redirect fd over to a bufferevent. --- tmux.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index bbba4c3c..a6664ce3 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.499 2009-11-08 22:58:37 tcunha Exp $ */ +/* $Id: tmux.h,v 1.500 2009-11-08 22:59:53 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -804,8 +804,7 @@ struct window_pane { struct input_ctx ictx; int pipe_fd; - struct event pipe_event; - struct buffer *pipe_buf; + struct bufferevent *pipe_event; size_t pipe_off; struct screen *screen; -- cgit