aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-01-30 19:22:23 +0000
committerChristian Grothoff <christian@grothoff.org>2014-01-30 19:22:23 +0000
commit6daf13eaa64b5b041edce219f30ab8dcfe38cdf5 (patch)
treec56e4517a0ee08cfb013e296b7d7cf33f2ab49d8 /src/core/core.h
parent6fd0a7efde08115b568b99b7755861a50f1b6c2e (diff)
downloadgnunet-6daf13eaa64b5b041edce219f30ab8dcfe38cdf5.tar.gz
gnunet-6daf13eaa64b5b041edce219f30ab8dcfe38cdf5.zip
-towards fixing #3295 (core traffic prioritization)
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