forked from PsychoticNinja/irssi
Was left out from the sendbuffer commit..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@479 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ee226421f1
commit
2a1052bbce
@ -57,7 +57,7 @@ typedef struct {
|
|||||||
int connected:1; /* connected to server */
|
int connected:1; /* connected to server */
|
||||||
int connection_lost:1; /* Connection lost unintentionally */
|
int connection_lost:1; /* Connection lost unintentionally */
|
||||||
|
|
||||||
int handle; /* socket handle */
|
void *handle; /* NET_SENDBUF_REC socket */
|
||||||
int readtag; /* input tag */
|
int readtag; /* input tag */
|
||||||
|
|
||||||
/* for net_connect_nonblock() */
|
/* for net_connect_nonblock() */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user