aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multicast/multicast.h')
-rw-r--r--src/multicast/multicast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/multicast/multicast.h b/src/multicast/multicast.h
index 95c989707..3257af1a4 100644
--- a/src/multicast/multicast.h
+++ b/src/multicast/multicast.h
@@ -18,7 +18,7 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20 20
21/** 21/**
22 * @file multicast/multicast.h 22 * @file multicast/multicast.h
23 * @brief multicast IPC messages 23 * @brief multicast IPC messages
24 * @author Christian Grothoff 24 * @author Christian Grothoff
@@ -57,7 +57,7 @@ struct MulticastJoinDecisionMessage
57 uint32_t relay_count; 57 uint32_t relay_count;
58 58
59 /* followed by 'relay_count' peer identities */ 59 /* followed by 'relay_count' peer identities */
60 60
61 /* followed by the join response message */ 61 /* followed by the join response message */
62 62
63}; 63};
@@ -243,7 +243,7 @@ struct MulticastReplayRequestMessage
243{ 243{
244 244
245 /** 245 /**
246 * The message type can be either 246 * The message type can be either
247 * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST or 247 * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST or
248 * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL. 248 * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL.
249 */ 249 */