aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-21 23:57:46 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-21 23:57:46 +0200
commit627292a3ae6abca5cdf8055d5d333ad1157167f2 (patch)
treeb00b53f3a3c8af6aea47e858dcc40685f79ebc17
parent514876ca68798981377cb0f00e98f8772f655fc5 (diff)
downloadgnunet-627292a3ae6abca5cdf8055d5d333ad1157167f2.tar.gz
gnunet-627292a3ae6abca5cdf8055d5d333ad1157167f2.zip
-pack, just to be sure
-rw-r--r--src/include/gnunet_dht_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index e493929f0..0d1041a88 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -143,7 +143,7 @@ struct GNUNET_DHT_HopSignature
143 /** 143 /**
144 * Hash over the payload of the block. 144 * Hash over the payload of the block.
145 */ 145 */
146 struct GNUNET_HashCode h_data; 146 struct GNUNET_HashCode h_data GNUNET_PACKED;
147 147
148 /** 148 /**
149 * Previous hop the message was received from. All zeros 149 * Previous hop the message was received from. All zeros