libpurple/protocols/oscar/oscar.h

changeset 28804
24b032f5d478
parent 28685
1430f0acaa90
child 28808
674b902c3373
equal deleted inserted replaced
28803:449d1e372a0a 28804:24b032f5d478
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

mercurial