aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_handle.h')
-rw-r--r--src/gnunet_chat_handle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_handle.h b/src/gnunet_chat_handle.h
index 37a6faf..804b8ad 100644
--- a/src/gnunet_chat_handle.h
+++ b/src/gnunet_chat_handle.h
@@ -60,6 +60,8 @@ struct GNUNET_CHAT_InternalAccounts
60 struct GNUNET_CHAT_Handle *handle; 60 struct GNUNET_CHAT_Handle *handle;
61 struct GNUNET_IDENTITY_Operation *op; 61 struct GNUNET_IDENTITY_Operation *op;
62 62
63 int wait_for_completion;
64
63 struct GNUNET_CHAT_InternalAccounts *next; 65 struct GNUNET_CHAT_InternalAccounts *next;
64 struct GNUNET_CHAT_InternalAccounts *prev; 66 struct GNUNET_CHAT_InternalAccounts *prev;
65}; 67};