aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-19 10:17:48 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-19 10:17:48 +0000
commitd79b3436609eb619247a8a682acf1fdd5e4d93fa (patch)
treeb53fe7e634183cb8673e2016c678c431c7504787 /src/datastore
parent595ba59c3158e65100f4f832cf3bdf15d7e2a72e (diff)
downloadgnunet-d79b3436609eb619247a8a682acf1fdd5e4d93fa.tar.gz
gnunet-d79b3436609eb619247a8a682acf1fdd5e4d93fa.zip
adding API for short (256-bit) hash codes
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index 1126027f8..c8b2c722b 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -130,7 +130,7 @@ struct GetMessage
130 * Desired key (optional). Check the "size" of the 130 * Desired key (optional). Check the "size" of the
131 * header to see if the key is actually present. 131 * header to see if the key is actually present.
132 */ 132 */
133 GNUNET_HashCode key GNUNET_PACKED; 133 GNUNET_HashCode key;
134 134
135}; 135};
136 136
@@ -253,7 +253,7 @@ struct DataMessage
253 /** 253 /**
254 * Key under which the item can be found. 254 * Key under which the item can be found.
255 */ 255 */
256 GNUNET_HashCode key GNUNET_PACKED; 256 GNUNET_HashCode key;
257 257
258}; 258};
259GNUNET_NETWORK_STRUCT_END 259GNUNET_NETWORK_STRUCT_END