summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2010-02-27 11:53:18 +0000
committerMatt Johnston <matt@ucc.asn.au>2010-02-27 11:53:18 +0000
commitddbfdb079991e9705c8874ae2d2dbd64394f269c (patch)
tree6358929d48902659b423493edf17831541c732ac /channel.h
parent85288d7b6174b78af903fb55593bccd0014e5f30 (diff)
parent3b078445482f42dabfe4922e67a958dc607b166f (diff)
merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'
and '658fd03abd21e0da7c4c89b9fff9dc693c72daae' --HG-- extra : convert_revision : 8064882fcaa13d586651021462b9014b74332107
Diffstat (limited to 'channel.h')
-rw-r--r--channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.h b/channel.h
index 46f023e..5c63226 100644
--- a/channel.h
+++ b/channel.h
@@ -58,7 +58,7 @@ struct Channel {
unsigned int recvmaxpacket, transmaxpacket;
void* typedata; /* a pointer to type specific data */
int writefd; /* read from wire, written to insecure side */
- int readfd; /* read from insecure size, written to wire */
+ int readfd; /* read from insecure side, written to wire */
int errfd; /* used like writefd or readfd, depending if it's client or server.
Doesn't exactly belong here, but is cleaner here */
circbuffer *writebuf; /* data from the wire, for local consumption */