- cleanup
[oweals/gnunet.git] / src / ats / gnunet-service-ats_performance.c
index b12765620eabfe6a8fac78a826beac5888faf509..7ab8e9ae1487270c4acda2b810746590bc932a0d 100644 (file)
@@ -166,7 +166,7 @@ GAS_performance_notify_clients (const struct GNUNET_PeerIdentity *peer,
       sizeof (struct PeerInformationMessage) +
       atsi_count * sizeof (struct GNUNET_ATS_Information) + plugin_addr_len +
       plugin_name_length;
-  char buf[msize];
+  char buf[msize] GNUNET_ALIGN;
   struct GNUNET_ATS_Information *atsp;
   char *addrp;