docs: Make it clear that ovs-openflowd is an alternative to ovs-vswitchd.
[openvswitch] / lib / ofp-print.c
index 1eaaa27d8f757bfd3aabd98a5433f96470d5eab0..2591484af66e699e1039e966f7366fac81e5b79d 100644 (file)
@@ -130,7 +130,7 @@ ofp_packet_in(struct ds *string, const void *oh, size_t len, int verbosity)
     ds_put_char(string, '\n');
 
     if (verbosity > 0) {
-        flow_t flow;
+        struct flow flow;
         struct ofpbuf packet;
         struct ofp_match match;
         packet.data = (void *) op->data;