src/protocols/simple/simple.h

changeset 11383
2c5a70e62389
parent 11346
4af1dc4b2c44
child 11409
2a3466f4a32c
equal deleted inserted replaced
11382:4458ab177b10 11383:2c5a70e62389
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;

mercurial