diff options
Diffstat (limited to 'src/gnunet_chat_handle.h')
-rw-r--r-- | src/gnunet_chat_handle.h | 2 |
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 struct GNUNET_CHAT_Handle *handle; struct GNUNET_IDENTITY_Operation *op; + int wait_for_completion; + struct GNUNET_CHAT_InternalAccounts *next; struct GNUNET_CHAT_InternalAccounts *prev; }; |