aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-28 12:05:53 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-28 12:05:53 +0000
commit264c9b7f668d0429eaae01075c742ae6ad6f49ee (patch)
tree74f6b4a2ba7b9cb08377beb3e7ba6cf65e57188a /src/set
parentf23525cfc0c0a8931db0b20b35c1aabbfbc5ac4e (diff)
downloadgnunet-264c9b7f668d0429eaae01075c742ae6ad6f49ee.tar.gz
gnunet-264c9b7f668d0429eaae01075c742ae6ad6f49ee.zip
-doxygen
Diffstat (limited to 'src/set')
-rw-r--r--src/set/gnunet-service-set_protocol.h6
-rw-r--r--src/set/set.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/set/gnunet-service-set_protocol.h b/src/set/gnunet-service-set_protocol.h
index f02c61718..f21259804 100644
--- a/src/set/gnunet-service-set_protocol.h
+++ b/src/set/gnunet-service-set_protocol.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2013 Christian Grothoff (and other contributing authors) 3 (C) 2013, 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
20 20
21/** 21/**
22 * @author Florian Dold 22 * @author Florian Dold
23 * @file set/set_protocol.h 23 * @file set/gnunet-service-set_protocol.h
24 * @brief Peer-to-Peer messages for gnunet set 24 * @brief Peer-to-Peer messages for gnunet set
25 */ 25 */
26#ifndef SET_PROTOCOL_H 26#ifndef SET_PROTOCOL_H
@@ -66,7 +66,7 @@ struct OperationRequestMessage
66struct IBFMessage 66struct IBFMessage
67{ 67{
68 /** 68 /**
69 * Type: #GNUNET_MESSAGE_TYPE_SET_P2P_IBF 69 * Type: #GNUNET_MESSAGE_TYPE_SET_UNION_P2P_IBF
70 */ 70 */
71 struct GNUNET_MessageHeader header; 71 struct GNUNET_MessageHeader header;
72 72
diff --git a/src/set/set.h b/src/set/set.h
index f688ccf72..e6c739d1e 100644
--- a/src/set/set.h
+++ b/src/set/set.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 (C) 2012-2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -179,7 +179,7 @@ struct GNUNET_SET_EvaluateMessage
179 179
180 /** 180 /**
181 * Id of our set to evaluate, chosen implicitly by the client when it 181 * Id of our set to evaluate, chosen implicitly by the client when it
182 * calls #GNUNE_SET_commit(). 182 * calls #GNUNET_SET_commit().
183 */ 183 */
184 uint32_t request_id GNUNET_PACKED; 184 uint32_t request_id GNUNET_PACKED;
185 185
@@ -272,7 +272,7 @@ struct GNUNET_SET_CancelMessage
272struct GNUNET_SET_IterResponseMessage 272struct GNUNET_SET_IterResponseMessage
273{ 273{
274 /** 274 /**
275 * Type: #GNUNET_MESSAGE_TYPE_SET_ITER_RESPONSE 275 * Type: #GNUNET_MESSAGE_TYPE_SET_ITER_ELEMENT
276 */ 276 */
277 struct GNUNET_MessageHeader header; 277 struct GNUNET_MessageHeader header;
278 278