mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
use GIO resolver
change: rename resolve_prefer_ipv6 -> irssiproxy_prefer_ipv6
This commit is contained in:
parent
d5be7d7756
commit
51f2a4f7fb
18 changed files with 313 additions and 339 deletions
|
|
@ -21,10 +21,8 @@ unsigned int no_reconnect:1; /* Don't reconnect to server */
|
|||
NET_SENDBUF_REC *handle;
|
||||
int readtag; /* input tag */
|
||||
|
||||
/* for net_gethostbyname_return() */
|
||||
GIOChannel *connect_pipe[2];
|
||||
GCancellable *connect_cancellable;
|
||||
int connect_tag;
|
||||
int connect_pid;
|
||||
|
||||
RAWLOG_REC *rawlog;
|
||||
GHashTable *module_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue