* fixed incorrect doxygen commant fields in exit and vpn-helper-windows
[oweals/gnunet.git] / src / vpn / vpn.h
index bec3a5b59cda3b378d7493dc2f4d5526996b21fe..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;
+  struct GNUNET_HashCode service_descriptor;
 
   /**
    * Unique ID to match a future response to this request.