diff options
author | Matt Johnston <matt@ucc.asn.au> | 2010-02-27 11:53:18 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2010-02-27 11:53:18 +0000 |
commit | ddbfdb079991e9705c8874ae2d2dbd64394f269c (patch) | |
tree | 6358929d48902659b423493edf17831541c732ac /channel.h | |
parent | 85288d7b6174b78af903fb55593bccd0014e5f30 (diff) | |
parent | 3b078445482f42dabfe4922e67a958dc607b166f (diff) |
merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'
and '658fd03abd21e0da7c4c89b9fff9dc693c72daae'
--HG--
extra : convert_revision : 8064882fcaa13d586651021462b9014b74332107
Diffstat (limited to 'channel.h')
-rw-r--r-- | channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |