diff options
Diffstat (limited to 'src/gnunet_chat_lobby.h')
-rw-r--r-- | src/gnunet_chat_lobby.h | 2 |
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; |