comparison libpurple/protocols/msn/session.h @ 20533:66921a5c9ae9

cleanup soap connection with a timeout
author Ka-Hing Cheung <khc@hxbc.us>
date Mon, 01 Oct 2007 01:22:37 +0000
parents 06527cc0f79b
children 23fef20a0ef2
comparison
equal deleted inserted replaced
20532:10d27a4be2fd 20533:66921a5c9ae9
126 char *client_ip; 126 char *client_ip;
127 int client_port; 127 int client_port;
128 } passport_info; 128 } passport_info;
129 129
130 GHashTable *soap_table; 130 GHashTable *soap_table;
131 int soap_cleanup_handle;
131 }; 132 };
132 133
133 /** 134 /**
134 * Creates an MSN session. 135 * Creates an MSN session.
135 * 136 *