aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h
index d66a0cd..291bc1b 100644
--- a/src/application.h
+++ b/src/application.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021 GNUnet e.V. 3 Copyright (C) 2021--2022 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -62,7 +62,7 @@ typedef struct MESSENGER_Application
62 pthread_t tid; 62 pthread_t tid;
63 char *identity; 63 char *identity;
64 64
65 MESSENGER_ApplicationSignal signal; 65 int pipe [2];
66 pthread_mutex_t mutex; 66 pthread_mutex_t mutex;
67 67
68 CHAT_MESSENGER_Handle messenger; 68 CHAT_MESSENGER_Handle messenger;