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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gnunet_chat_context.h b/src/gnunet_chat_context.h
index 37d9bc8..cc6d5cc 100644
--- a/src/gnunet_chat_context.h
+++ b/src/gnunet_chat_context.h
@@ -44,6 +44,7 @@ struct GNUNET_CHAT_Context
44 enum GNUNET_CHAT_ContextType type; 44 enum GNUNET_CHAT_ContextType type;
45 char *nick; 45 char *nick;
46 char *topic; 46 char *topic;
47 int deleted;
47 48
48 struct GNUNET_CONTAINER_MultiShortmap *timestamps; 49 struct GNUNET_CONTAINER_MultiShortmap *timestamps;
49 struct GNUNET_CONTAINER_MultiHashMap *messages; 50 struct GNUNET_CONTAINER_MultiHashMap *messages;
@@ -56,6 +57,8 @@ struct GNUNET_CHAT_Context
56 void *user_pointer; 57 void *user_pointer;
57 58
58 struct GNUNET_CONTAINER_MultiShortmap *member_pointers; 59 struct GNUNET_CONTAINER_MultiShortmap *member_pointers;
60
61 struct GNUNET_NAMESTORE_QueueEntry *query;
59}; 62};
60 63
61struct GNUNET_CHAT_Context* 64struct GNUNET_CHAT_Context*