aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_operation.h')
-rw-r--r--src/messenger/gnunet-service-messenger_operation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messenger/gnunet-service-messenger_operation.h b/src/messenger/gnunet-service-messenger_operation.h
index b93282d24..6631693cf 100644
--- a/src/messenger/gnunet-service-messenger_operation.h
+++ b/src/messenger/gnunet-service-messenger_operation.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, 2023 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
@@ -51,7 +51,7 @@ struct GNUNET_MESSENGER_Operation
51 struct GNUNET_TIME_Absolute timestamp; 51 struct GNUNET_TIME_Absolute timestamp;
52 52
53 struct GNUNET_MESSENGER_OperationStore *store; 53 struct GNUNET_MESSENGER_OperationStore *store;
54 struct GNUNET_SCHEDULER_Task* task; 54 struct GNUNET_SCHEDULER_Task *task;
55}; 55};
56 56
57/** 57/**