Changeset 0356ae3 for irc.h


Ignore:
Timestamp:
2006-05-13T22:30:51Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3f199fc
Parents:
19ac9c5
Message:

irc_vawrite() now first attempts to write() immediately (because that's
usually not a problem) and only touches the event queue when the write()
doesn't write everything. And got rid of a quit element in the irc_t
structure that actually wasn't even used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r19ac9c5 r0356ae3  
    6161        char *sendbuffer;
    6262        char *readbuffer;
    63         int quit;
    6463
    6564        int sentbytes;
Note: See TracChangeset for help on using the changeset viewer.