about summary refs log tree commit diff stats
path: root/src/muc.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-07 00:26:24 +0100
committerJames Booth <boothj5@gmail.com>2015-05-07 00:26:24 +0100
commit6fd9b179a08126deb20d6efedac3089e9bf432cb (patch)
treecab3185e03473220a39653c10c769f9ea83731ee /src/muc.h
parentca3f7412f58aeb601404417f27dd98e0ffbb2b40 (diff)
downloadprofani-tty-6fd9b179a08126deb20d6efedac3089e9bf432cb.tar.gz
Optimised occupant comparisons, create utf8 collate key once
Diffstat (limited to 'src/muc.h')
-rw-r--r--src/muc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/muc.h b/src/muc.h
index cdaa10bd..ad96f3d9 100644
--- a/src/muc.h
+++ b/src/muc.h
@@ -64,6 +64,7 @@ typedef enum {
 
 typedef struct _muc_occupant_t {
     char *nick;
+    gchar *nick_collate_key;
     char *jid;
     muc_role_t role;
     muc_affiliation_t affiliation;