mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue