summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 17014d6ec..1c6e0bc72 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -286,7 +286,7 @@ struct SendMessage
286 /** 286 /**
287 * Always 0. 287 * Always 0.
288 */ 288 */
289 uint64_t reserved GNUNET_PACKED; 289 uint32_t reserved GNUNET_PACKED;
290 290
291}; 291};
292 292