does not terminate on invalid uri
[oweals/gnunet.git] / src / exit / exit.h
index dcc50f1b3de23f6b96040fd32b1a48303d4b12e1..ff5e3f54c5cc1a421e154a52343ca6080b9a3126 100644 (file)
@@ -49,7 +49,7 @@ struct GNUNET_EXIT_TcpServiceStartMessage
   /**
    * Identification for the desired service.
    */
-  GNUNET_HashCode service_descriptor GNUNET_PACKED;
+  struct GNUNET_HashCode service_descriptor;
 
   /**
    * Skeleton of the TCP header to send.  Port numbers are to
@@ -142,7 +142,7 @@ struct GNUNET_EXIT_UdpServiceMessage
   /**
    * Identification for the desired service.
    */
-  GNUNET_HashCode service_descriptor GNUNET_PACKED;
+  struct GNUNET_HashCode service_descriptor;
 
   /* followed by UDP payload */
 };
@@ -230,7 +230,7 @@ struct GNUNET_EXIT_IcmpServiceMessage
   /**
    * Identification for the desired service.
    */
-  GNUNET_HashCode service_descriptor GNUNET_PACKED;
+  struct GNUNET_HashCode service_descriptor;
 
   /**
    * ICMP header to use.