From 0356ae3aa10bb6556d0ea881988831cad5e71f38 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 14 May 2006 00:30:51 +0200 Subject: 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. --- irc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 394e1d54..fdb016cb 100644 --- a/irc.h +++ b/irc.h @@ -60,7 +60,6 @@ typedef struct irc int pinging; char *sendbuffer; char *readbuffer; - int quit; int sentbytes; time_t oldtime; -- cgit v1.2.3