docs: Make it clear that ovs-openflowd is an alternative to ovs-vswitchd.
[openvswitch] / lib / dhcp-client.c
index 1cdd8585dd64b0182929c095426eced2c91af381..3cd326a08d9108de7b85257f21a0033aa2852b48 100644 (file)
@@ -942,7 +942,7 @@ do_receive_msg(struct dhclient *cli, struct dhcp_msg *msg)
     for (; cli->received < 50; cli->received++) {
         const struct ip_header *ip;
         const struct dhcp_header *dhcp;
-        flow_t flow;
+        struct flow flow;
         int error;
 
         ofpbuf_clear(&b);