aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_context.h')
-rw-r--r--src/gnunet_chat_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gnunet_chat_context.h b/src/gnunet_chat_context.h
index 81e03c3..cb4528a 100644
--- a/src/gnunet_chat_context.h
+++ b/src/gnunet_chat_context.h
@@ -48,6 +48,7 @@ struct GNUNET_CHAT_Context
48 enum GNUNET_CHAT_ContextType type; 48 enum GNUNET_CHAT_ContextType type;
49 char *nick; 49 char *nick;
50 50
51 struct GNUNET_CONTAINER_MultiShortmap *timestamps;
51 struct GNUNET_CONTAINER_MultiHashMap *messages; 52 struct GNUNET_CONTAINER_MultiHashMap *messages;
52 struct GNUNET_CONTAINER_MultiHashMap *invites; 53 struct GNUNET_CONTAINER_MultiHashMap *invites;
53 struct GNUNET_CONTAINER_MultiHashMap *files; 54 struct GNUNET_CONTAINER_MultiHashMap *files;