diff src/blist.h @ 6843:549a0bbbf73d

[gaim-migrate @ 7388] pre-compute the priority contact so we don't waste much effort looking it up committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 14 Sep 2003 22:17:55 +0000
parents ea289c6f2382
children 8ab95f4c9800
line wrap: on
line diff
--- a/src/blist.h	Sun Sep 14 22:00:11 2003 +0000
+++ b/src/blist.h	Sun Sep 14 22:17:55 2003 +0000
@@ -110,6 +110,7 @@
 	int totalsize;		    /**< The number of buddies in this contact */
 	int currentsize;	    /**< The number of buddies in this contact corresponding to online accounts */
 	int online;			    /**< The number of buddies in this contact who are currently online */
+	GaimBuddy *priority;    /**< The "top" buddy for this contact */
 };