comparison libpurple/protocols/oscar/oscar.h @ 28490:45583f271c02

oscar: Update the rate calculations based on OSCAR docs. Another patch from Aman "tmm1" Gupta. committer: Paul Aurich <paul@darkrain42.org>
author aman@tmm1.net
date Tue, 03 Nov 2009 05:53:06 +0000
parents 3161c687d7bc
children c26a59000df9
comparison
equal deleted inserted replaced
28489:05fd23db0a68 28490:45583f271c02
1683 guint32 alert; 1683 guint32 alert;
1684 guint32 limit; 1684 guint32 limit;
1685 guint32 disconnect; 1685 guint32 disconnect;
1686 guint32 current; 1686 guint32 current;
1687 guint32 max; 1687 guint32 max;
1688 guint8 unknown[5]; /* only present in versions >= 3 */ 1688 guint32 delta;
1689 guint8 dropping_snacs;
1689 GHashTable *members; /* Key is family and subtype, value is TRUE. */ 1690 GHashTable *members; /* Key is family and subtype, value is TRUE. */
1690 1691
1691 struct timeval last; /**< The time when we last sent a SNAC of this rate class. */ 1692 struct timeval last; /**< The time when we last sent a SNAC of this rate class. */
1692 }; 1693 };
1693 1694