summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.h b/channels.h
index 5a672f22e..b9b486027 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: channels.h,v 1.116 2015/01/19 20:07:45 markus Exp $ */ 1/* $OpenBSD: channels.h,v 1.117 2015/05/08 06:45:13 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -113,7 +113,7 @@ struct Channel {
113 time_t notbefore; /* Pause IO until deadline (time_t) */ 113 time_t notbefore; /* Pause IO until deadline (time_t) */
114 int delayed; /* post-select handlers for newly created 114 int delayed; /* post-select handlers for newly created
115 * channels are delayed until the first call 115 * channels are delayed until the first call
116 * to a matching pre-select handler. 116 * to a matching pre-select handler.
117 * this way post-select handlers are not 117 * this way post-select handlers are not
118 * accidentally called if a FD gets reused */ 118 * accidentally called if a FD gets reused */
119 Buffer input; /* data read from socket, to be sent over 119 Buffer input; /* data read from socket, to be sent over