summaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lobby.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_lobby.h')
-rw-r--r--src/gnunet_chat_lobby.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_lobby.h b/src/gnunet_chat_lobby.h
index e913134..bc37cfc 100644
--- a/src/gnunet_chat_lobby.h
+++ b/src/gnunet_chat_lobby.h
@@ -46,6 +46,8 @@ struct GNUNET_CHAT_Lobby
struct GNUNET_IDENTITY_Operation *op_create;
struct GNUNET_IDENTITY_Operation *op_delete;
+ struct GNUNET_NAMESTORE_QueueEntry *query;
+
struct GNUNET_TIME_Absolute expiration;
GNUNET_CHAT_LobbyCallback callback;
void *cls;