mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
handle to channel rename
This commit is contained in:
parent
221d520c37
commit
ac1f621972
22 changed files with 355 additions and 335 deletions
|
|
@ -15,7 +15,7 @@ IPADDR addr; /* address we're connected in */
|
|||
char addrstr[MAX_IP_LEN]; /* in readable form */
|
||||
int port; /* port we're connected in */
|
||||
|
||||
GIOChannel *handle; /* socket handle */
|
||||
GIOChannel *channel; /* socket handle */
|
||||
int tagconn, tagread, tagwrite;
|
||||
time_t starttime; /* transfer start time */
|
||||
uoff_t transfd; /* bytes transferred */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue