aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lobby.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-21 10:47:20 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-21 10:47:20 +0100
commitd4d29038712cc96ed85f136ba9f6ac4a2a255ed3 (patch)
tree13381c91b45bcae993f364cc16154e16e762e627 /src/gnunet_chat_lobby.h
parenteec5d26ea19d234de7abe167ab42785620f1bd55 (diff)
downloadlibgnunetchat-d4d29038712cc96ed85f136ba9f6ac4a2a255ed3.tar.gz
libgnunetchat-d4d29038712cc96ed85f136ba9f6ac4a2a255ed3.zip
Cleanup namestore calls and reduce codebase for deletion
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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
46 struct GNUNET_IDENTITY_Operation *op_create; 46 struct GNUNET_IDENTITY_Operation *op_create;
47 struct GNUNET_IDENTITY_Operation *op_delete; 47 struct GNUNET_IDENTITY_Operation *op_delete;
48 48
49 struct GNUNET_NAMESTORE_QueueEntry *query;
50
49 struct GNUNET_TIME_Absolute expiration; 51 struct GNUNET_TIME_Absolute expiration;
50 GNUNET_CHAT_LobbyCallback callback; 52 GNUNET_CHAT_LobbyCallback callback;
51 void *cls; 53 void *cls;