comparison src/protocols/trepia/profile.h @ 5789:d42d2c9c2122

[gaim-migrate @ 6214] Fixed the 100% CPU load on disconnect. Optimized the removal of buddies before and after disconnect. We now report using v2.02 of the Trepia software. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 07 Jun 2003 05:44:49 +0000
parents 90eea4997759
children e6e194f9d44c
comparison
equal deleted inserted replaced
5788:8c237274189f 5789:d42d2c9c2122
22 #ifndef _TREPIA_PROFILE_H_ 22 #ifndef _TREPIA_PROFILE_H_
23 #define _TREPIA_PROFILE_H_ 23 #define _TREPIA_PROFILE_H_
24 24
25 #include <glib.h> 25 #include <glib.h>
26 #include <time.h> 26 #include <time.h>
27 #include "blist.h"
27 28
28 typedef struct 29 typedef struct
29 { 30 {
31 struct buddy *buddy;
32
30 int type; /* c */ 33 int type; /* c */
31 34
32 int id; /* a */ 35 int id; /* a */
33 char *location; /* p */ 36 char *location; /* p */
34 time_t login_time; /* b */ 37 time_t login_time; /* b */