diff src/protocols/irc/irc.h @ 13200:33bef17125c2

[gaim-migrate @ 15563] This is the soon-to-be-infamous nonblocking network activity patch that I've been working on. Feel free to yell at me if this makes you unhappy. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 09 Feb 2006 04:17:56 +0000
parents 5ae6ab7846a5
children 5d5e249c488e
line wrap: on
line diff
--- a/src/protocols/irc/irc.h	Thu Feb 09 04:14:54 2006 +0000
+++ b/src/protocols/irc/irc.h	Thu Feb 09 04:17:56 2006 +0000
@@ -1,10 +1,10 @@
 /**
  * @file irc.h
- * 
+ *
  * gaim
  *
  * Copyright (C) 2003, Ethan Blanton <eblanton@cs.purdue.edu>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -26,6 +26,7 @@
 #include <glib.h>
 
 #include "ft.h"
+#include "gaim_buffer.h"
 #include "roomlist.h"
 #include "sslconn.h"
 
@@ -77,6 +78,9 @@
 	GaimSslConnection *gsc;
 
 	gboolean quitting;
+
+	GaimCircBuffer *outbuf;
+	guint writeh;
 };
 
 struct irc_buddy {