- stop using message types of payload on service side
[oweals/gnunet.git] / src / mesh / mesh2.h
index d42a630a0e4c3f84227a8f23e8f67f316dca8647..c66a810a15580f31010787f8d2a116363935903f 100644 (file)
@@ -112,10 +112,7 @@ struct GNUNET_MESH_ClientConnect
      *       sizeof(uint16_t) * types
      */
   struct GNUNET_MessageHeader header;
-  uint16_t types GNUNET_PACKED;
-  uint16_t ports GNUNET_PACKED;
-  /* uint16_t                 list_types[types]           */
-  /* uint32_t                 list_ports[ports]           */
+  /* uint32_t                 list_ports[]           */
 };