summaryrefslogtreecommitdiff
path: root/src/irc/proxy/module.h
diff options
context:
space:
mode:
authorValentin Batz <senneth@irssi.org>2005-08-24 19:25:47 +0000
committervb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564>2005-08-24 19:25:47 +0000
commitbc91469cf70d33c145f82315878b9f9c320b3610 (patch)
tree51e9084cc85652f275bf0bee2793ac764a4e5eb2 /src/irc/proxy/module.h
parentefd4febee6605d5d29d226019ab6cba288eaf4b8 (diff)
downloadirssi-bc91469cf70d33c145f82315878b9f9c320b3610.zip
replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there were no checks if the buffer was sent completely with net_transmit
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3947 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/proxy/module.h')
-rw-r--r--src/irc/proxy/module.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/irc/proxy/module.h b/src/irc/proxy/module.h
index 35aa7297..4116b716 100644
--- a/src/irc/proxy/module.h
+++ b/src/irc/proxy/module.h
@@ -21,9 +21,8 @@ typedef struct {
LINEBUF_REC *buffer;
char *nick, *host;
- GIOChannel *handle;
- int tag;
-
+ NET_SENDBUF_REC *handle;
+ int recv_tag;
char *proxy_address;
LISTEN_REC *listen;
IRC_SERVER_REC *server;