summaryrefslogtreecommitdiff
path: root/src/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat.h')
-rw-r--r--src/chat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chat.h b/src/chat.h
index 8248da3..0635336 100644
--- a/src/chat.h
+++ b/src/chat.h
@@ -34,8 +34,8 @@ struct MESSENGER_Application;
typedef struct MESSENGER_Chat
{
struct GNUNET_CHAT_Handle *handle;
- struct GNUNET_NETWORK_FDSet *fdset;
- struct GNUNET_SCHEDULER_Task *key;
+ struct GNUNET_CHAT_Context *context;
+
struct GNUNET_SCHEDULER_Task *idle;
} MESSENGER_Chat;