diff options
Diffstat (limited to 'src/gnunet_chat_handle.h')
-rw-r--r-- | src/gnunet_chat_handle.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gnunet_chat_handle.h b/src/gnunet_chat_handle.h index 5702206..2cc6349 100644 --- a/src/gnunet_chat_handle.h +++ b/src/gnunet_chat_handle.h | |||
@@ -56,6 +56,10 @@ struct GNUNET_CHAT_InternalMessages | |||
56 | struct GNUNET_CHAT_InternalAccounts | 56 | struct GNUNET_CHAT_InternalAccounts |
57 | { | 57 | { |
58 | struct GNUNET_CHAT_Account *account; | 58 | struct GNUNET_CHAT_Account *account; |
59 | |||
60 | struct GNUNET_CHAT_Handle *handle; | ||
61 | struct GNUNET_IDENTITY_Operation *op; | ||
62 | |||
59 | struct GNUNET_CHAT_InternalAccounts *next; | 63 | struct GNUNET_CHAT_InternalAccounts *next; |
60 | struct GNUNET_CHAT_InternalAccounts *prev; | 64 | struct GNUNET_CHAT_InternalAccounts *prev; |
61 | }; | 65 | }; |
@@ -82,6 +86,7 @@ struct GNUNET_CHAT_Handle | |||
82 | { | 86 | { |
83 | const struct GNUNET_CONFIGURATION_Handle* cfg; | 87 | const struct GNUNET_CONFIGURATION_Handle* cfg; |
84 | struct GNUNET_SCHEDULER_Task *shutdown_hook; | 88 | struct GNUNET_SCHEDULER_Task *shutdown_hook; |
89 | struct GNUNET_SCHEDULER_Task *destruction; | ||
85 | 90 | ||
86 | struct GNUNET_CHAT_InternalMessages *internal_head; | 91 | struct GNUNET_CHAT_InternalMessages *internal_head; |
87 | struct GNUNET_CHAT_InternalMessages *internal_tail; | 92 | struct GNUNET_CHAT_InternalMessages *internal_tail; |
@@ -95,7 +100,6 @@ struct GNUNET_CHAT_Handle | |||
95 | struct GNUNET_CHAT_InternalAccounts *accounts_tail; | 100 | struct GNUNET_CHAT_InternalAccounts *accounts_tail; |
96 | 101 | ||
97 | const struct GNUNET_CHAT_Account *current; | 102 | const struct GNUNET_CHAT_Account *current; |
98 | struct GNUNET_IDENTITY_Operation *creation_op; | ||
99 | struct GNUNET_NAMESTORE_ZoneMonitor *monitor; | 103 | struct GNUNET_NAMESTORE_ZoneMonitor *monitor; |
100 | 104 | ||
101 | struct GNUNET_CHAT_InternalLobbies *lobbies_head; | 105 | struct GNUNET_CHAT_InternalLobbies *lobbies_head; |