aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-06-09 16:42:53 +0000
committerNathan S. Evans <evans@in.tum.de>2011-06-09 16:42:53 +0000
commit7827837df0b1a254080fb1e4d1f4163ebfddebc7 (patch)
tree16050dc412002ec3b591a420fe27569ab786b0f0 /src/dht/dht.h
parentf2b83070a67d6da2874564354281f258ee55b6fc (diff)
downloadgnunet-7827837df0b1a254080fb1e4d1f4163ebfddebc7.tar.gz
gnunet-7827837df0b1a254080fb1e4d1f4163ebfddebc7.zip
a commit from nate, amazing
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 3327a9932..ed24c19bb 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -362,6 +362,8 @@ struct GNUNET_DHT_PutMessage
362 */ 362 */
363 struct GNUNET_TIME_AbsoluteNBO expiration; 363 struct GNUNET_TIME_AbsoluteNBO expiration;
364 364
365 /* DATA copied to end of this message */
366
365}; 367};
366 368
367 369
@@ -452,6 +454,9 @@ struct GNUNET_DHT_GetResultMessage
452 */ 454 */
453 struct GNUNET_TIME_AbsoluteNBO expiration; 455 struct GNUNET_TIME_AbsoluteNBO expiration;
454 456
457 /* OUTGOING path copied to end of this message */
458 /* DATA result copied to end of this message */
459
455}; 460};
456 461
457/** 462/**