In Windows, pipes, files and the console have to be accessed
[oweals/gnunet.git] / src / vpn / vpn.h
index e937f5ef514fb192f5a1bd8a5b396ee089b798cc..e1ae130e7f690982d93a64d7c5d9a3145d913c62 100644 (file)
@@ -82,7 +82,7 @@ struct RedirectToIpRequestMessage
 struct RedirectToServiceRequestMessage
 {
   /**
-   * Type is  GNUNET_MESSAGE_TYPE_VPN_CLIENT_REDIRECT_TO_IP
+   * Type is  GNUNET_MESSAGE_TYPE_VPN_CLIENT_REDIRECT_TO_SERVICE
    */
   struct GNUNET_MessageHeader header;
 
@@ -115,7 +115,7 @@ struct RedirectToServiceRequestMessage
   /**
    * Service descriptor identifying the service.
    */
-  GNUNET_HashCode service_descriptor GNUNET_PACKED;
+  struct GNUNET_HashCode service_descriptor;
 
   /**
    * Unique ID to match a future response to this request.