ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.
[openvswitch] / lib / ofp-print.c
index 9311c14f417537e41f43f252b7c112b4f470780f..349735a5e8404603db10a1660090eddc264904bf 100644 (file)
@@ -781,7 +781,7 @@ static void
 ofp_print_flow_mod(struct ds *s, const struct ofp_header *oh,
                    enum ofputil_msg_code code, int verbosity)
 {
-    struct flow_mod fm;
+    struct ofputil_flow_mod fm;
     bool need_priority;
     int error;