aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-23 15:52:13 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-23 15:52:13 +0000
commit60a75ad519d3d0740198290b2477ebd3f0750e8f (patch)
treebbce92305ca5c2202079c62fd7760b0b4b11e451 /src/dht
parent179644d38b5c54256d53ae9809aeac556c7919ec (diff)
downloadgnunet-60a75ad519d3d0740198290b2477ebd3f0750e8f.tar.gz
gnunet-60a75ad519d3d0740198290b2477ebd3f0750e8f.zip
-fix
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/dht.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 8656de364..f1b183e25 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -196,7 +196,7 @@ struct GNUNET_DHT_ClientPutMessage
196 196
197 197
198/** 198/**
199 * Message to monitor put requests going through peer, DHT service --> clients. 199 * Message to monitor put requests going through peer, DHT service -> clients.
200 */ 200 */
201struct GNUNET_DHT_MonitorPutMessage 201struct GNUNET_DHT_MonitorPutMessage
202{ 202{
@@ -249,7 +249,7 @@ struct GNUNET_DHT_MonitorPutMessage
249 249
250 250
251/** 251/**
252 * Message to request monitoring messages, clients --> DHT service. 252 * Message to request monitoring messages, clients -> DHT service.
253 */ 253 */
254struct GNUNET_DHT_MonitorStartMessage 254struct GNUNET_DHT_MonitorStartMessage
255{ 255{
@@ -336,7 +336,7 @@ struct GNUNET_DHT_MonitorGetMessage
336}; 336};
337 337
338/** 338/**
339 * Message to monitor get results going through peer, DHT service --> clients. 339 * Message to monitor get results going through peer, DHT service -> clients.
340 */ 340 */
341struct GNUNET_DHT_MonitorGetRespMessage 341struct GNUNET_DHT_MonitorGetRespMessage
342{ 342{