comparison src/protocols/simple/simple.h @ 11383:b4cf724b64f8

[gaim-migrate @ 13610] switch to core SRV resolver committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Wed, 31 Aug 2005 09:42:11 +0000
parents e40318d2bcd8
children 1e495a5fcbbc
comparison
equal deleted inserted replaced
11382:bdeace860555 11383:b4cf724b64f8
83 GSList *watcher; 83 GSList *watcher;
84 GSList *openconns; 84 GSList *openconns;
85 gboolean udp; 85 gboolean udp;
86 struct sockaddr_in serveraddr; 86 struct sockaddr_in serveraddr;
87 int registerexpire; 87 int registerexpire;
88 gchar *realhostname;
89 int realport; /* port and hostname from SRV record */
88 }; 90 };
89 91
90 struct sip_connection { 92 struct sip_connection {
91 int fd; 93 int fd;
92 gchar *inbuf; 94 gchar *inbuf;