aboutsummaryrefslogtreecommitdiff
path: root/src/dv/dv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/dv.h')
-rw-r--r--src/dv/dv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dv/dv.h b/src/dv/dv.h
index c0247218e..c0a4828a2 100644
--- a/src/dv/dv.h
+++ b/src/dv/dv.h
@@ -142,7 +142,7 @@ struct GNUNET_DV_AckMessage
142 /** 142 /**
143 * Type: GNUNET_MESSAGE_TYPE_DV_SEND_ACK or 143 * Type: GNUNET_MESSAGE_TYPE_DV_SEND_ACK or
144 * GNUNET_MESSAGE_TYPE_DV_SEND_NACK. 144 * GNUNET_MESSAGE_TYPE_DV_SEND_NACK.
145 */ 145 */
146 struct GNUNET_MessageHeader header; 146 struct GNUNET_MessageHeader header;
147 147
148 /** 148 /**
@@ -166,7 +166,7 @@ struct GNUNET_DV_DistanceUpdateMessage
166{ 166{
167 /** 167 /**
168 * Type: GNUNET_MESSAGE_TYPE_DV_DISTANCE_CHANGED. 168 * Type: GNUNET_MESSAGE_TYPE_DV_DISTANCE_CHANGED.
169 */ 169 */
170 struct GNUNET_MessageHeader header; 170 struct GNUNET_MessageHeader header;
171 171
172 /** 172 /**