- cleanup
[oweals/gnunet.git] / src / ats / gnunet-service-ats_performance.c
index 4b8d23720e471c0cb147fca0c068ebad3577c5dc..7ab8e9ae1487270c4acda2b810746590bc932a0d 100644 (file)
@@ -98,6 +98,7 @@ find_client (struct GNUNET_SERVER_Client *client)
  * Register a new performance client.
  *
  * @param client handle of the new client
+ * @param flag flag specifying the type of the client
  */
 void
 GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
@@ -165,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;