diff options
Diffstat (limited to 'src/gnunet_chat_lobby.h')
-rw-r--r-- | src/gnunet_chat_lobby.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gnunet_chat_lobby.h b/src/gnunet_chat_lobby.h index c77fbae..3a55b42 100644 --- a/src/gnunet_chat_lobby.h +++ b/src/gnunet_chat_lobby.h @@ -43,9 +43,7 @@ struct GNUNET_CHAT_Lobby struct GNUNET_CHAT_Context *context; struct GNUNET_CHAT_Uri *uri; - struct GNUNET_IDENTITY_Operation *op_create; - struct GNUNET_IDENTITY_Operation *op_delete; - + struct GNUNET_IDENTITY_Operation *op; struct GNUNET_NAMESTORE_QueueEntry *query; struct GNUNET_TIME_Absolute expiration; |