diff src/protocols/simple/simple.h @ 11189:5f79dfde334c

[gaim-migrate @ 13307] added UDP transport for SIP/SIMPLE committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Thu, 04 Aug 2005 09:10:11 +0000
parents e5bbe5070e04
children 4c1f45ac00e9
line wrap: on
line diff
--- a/src/protocols/simple/simple.h	Thu Aug 04 01:08:01 2005 +0000
+++ b/src/protocols/simple/simple.h	Thu Aug 04 09:10:11 2005 +0000
@@ -80,6 +80,8 @@
 	GSList *transactions;
 	GSList *watcher;
 	GSList *openconns;
+	gboolean udp;
+	struct sockaddr_in serveraddr;
 };
 
 struct sip_connection {