comparison src/protocols/oscar/aim.h @ 7259:22b5b81ca7e0

[gaim-migrate @ 7836] Correctly handle failed get info requests. This should fix that bug that's assigned to me, and also the problem SimGuy (and other people) have had where you need to Get Info twice before it works. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 14 Oct 2003 04:35:46 +0000
parents 0ed4d53c46f9
children 49839c4cbb1c
comparison
equal deleted inserted replaced
7258:d1974612b994 7259:22b5b81ca7e0
455 struct aim_emailinfo *emailinfo; 455 struct aim_emailinfo *emailinfo;
456 456
457 struct { 457 struct {
458 struct aim_userinfo_s *userinfo; 458 struct aim_userinfo_s *userinfo;
459 struct userinfo_node *request_queue; 459 struct userinfo_node *request_queue;
460 struct userinfo_node *requested;
460 int waiting_for_response; 461 int waiting_for_response;
461 } locate; 462 } locate;
462 463
463 /* Server-stored information (ssi) */ 464 /* Server-stored information (ssi) */
464 struct { 465 struct {