handle to channel rename

This commit is contained in:
Ailin Nemui 2026-01-23 21:03:18 +01:00
commit ac1f621972
22 changed files with 355 additions and 335 deletions

View file

@ -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 */