aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-14 14:16:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-14 14:16:08 +0000
commitf96aac2ff4f49d1d7ee85061e2fa23ec5efdb950 (patch)
tree70bf60fe6cbd2eb1ef3f60038f66503f65119681 /src/dht/dht.h
parent2eff3969428a953b0c587badd372585b2dbeb69a (diff)
downloadgnunet-f96aac2ff4f49d1d7ee85061e2fa23ec5efdb950.tar.gz
gnunet-f96aac2ff4f49d1d7ee85061e2fa23ec5efdb950.zip
clean up
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index de1792070..9ff41c56e 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -440,13 +440,14 @@ struct GNUNET_DHT_GetResultMessage
440 struct GNUNET_MessageHeader header; 440 struct GNUNET_MessageHeader header;
441 441
442 /** 442 /**
443 * The type for the data for the GET request 443 * The type for the data for the GET request
444 * FIXME: use 32-bit types, as in block? What is this type exactly for?
444 */ 445 */
445 uint16_t type; 446 uint16_t type;
446 447
447 /** 448 /**
448 * The number of peer identities appended to the end of this 449 * The number of peer identities appended to the end of this
449 * message. 450 * message.
450 */ 451 */
451 uint16_t put_path_length; 452 uint16_t put_path_length;
452 453