aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore.h')
-rw-r--r--src/datastore/datastore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index 87ceb0134..4f431856b 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -111,7 +111,7 @@ struct GetMessage
111 /** 111 /**
112 * Type is GNUNET_MESSAGE_TYPE_DATASTORE_GET. Size 112 * Type is GNUNET_MESSAGE_TYPE_DATASTORE_GET. Size
113 * can either be "sizeof(struct GetMessage)" or 113 * can either be "sizeof(struct GetMessage)" or
114 * "sizeof(struct GetMessage) - sizeof(GNUNET_HashCode)"! 114 * "sizeof(struct GetMessage) - sizeof(struct GNUNET_HashCode)"!
115 */ 115 */
116 struct GNUNET_MessageHeader header; 116 struct GNUNET_MessageHeader header;
117 117
@@ -129,7 +129,7 @@ struct GetMessage
129 * Desired key (optional). Check the "size" of the 129 * Desired key (optional). Check the "size" of the
130 * header to see if the key is actually present. 130 * header to see if the key is actually present.
131 */ 131 */
132 GNUNET_HashCode key; 132 struct GNUNET_HashCode key;
133 133
134}; 134};
135 135
@@ -252,7 +252,7 @@ struct DataMessage
252 /** 252 /**
253 * Key under which the item can be found. 253 * Key under which the item can be found.
254 */ 254 */
255 GNUNET_HashCode key; 255 struct GNUNET_HashCode key;
256 256
257}; 257};
258GNUNET_NETWORK_STRUCT_END 258GNUNET_NETWORK_STRUCT_END